Join
Sign in
Search Options
Search Everything
Search Formats
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Formats
»
DrawingML
»
geometries of shapes found in power point
Re: geometries of shapes found in power point
Formats
Discussions about working with different Open XML Formats
Get this RSS feed
Details
4
Replies
2
Subscribers
Posted
over 2 years ago
Options
Subscribe via RSS
Share this
DrawingML
geometries of shapes found in power point
rated by 0 users
This post has
4 Replies |
2
Followers
tarun thakur
315
Posted by
tarun thakur
on
Thu, Jun 17 2010 6:26 AM
rated by 0 users
Post Points: 35
geometries of shapes found in power point
Hi,
where can i find the geometries of shapes found in powerpoint 2007 .
Can anyone help?
Intergen
2610
Posted by
Intergen
on
Tue, Jul 20 2010 1:02 AM
rated by 0 users
Post Points: 20
Re: geometries of shapes found in power point
You will find in the
ShapeProperties
there will be a
PresetGeometry
which has a Property/Attribute called
Preset
which has the
ShapeTypeValues
enum of the shape that it is.
tarun thakur
315
Posted by
tarun thakur
on
Tue, Jul 20 2010 8:43 AM
rated by 0 users
Post Points: 20
Re: geometries of shapes found in power point
that will give the name. But what I actually want is the documentation how the shapes are drawn. Anyways thanx for replying
Intergen
2610
Posted by
Intergen
on
Tue, Jul 20 2010 6:09 PM
rated by 0 users
Post Points: 5
Re: geometries of shapes found in power point
If you want to read the documentation outlining the shape's markup - take a look at http://www.documentinteropinitiative.org/implnotes/ECMA-376/sec_203_16_12_0_0_0.aspx
Looking at the markup in Open XML SDK 2.0 Productivity Tool it looks fairly obvious, though depending on what you're wanting to do it may be quite complex to write your own rendering of all shapes.
tendoors
555
Posted by
tendoors
on
Tue, Jul 20 2010 8:13 PM
rated by 0 users
Post Points: 5
Re: geometries of shapes found in power point
The specs only document how custom shapes are drawn (section 20.1.9 Shape Definitions and Attributes of the ISO docs), but it is exactly the same way as preset shapes are drawn. In your downloads of the Ecma specs, find the file that says "presetShapeDefinitions.xml" and all the information is there, per shape. Use section 20.1.9 to figure out how they are calculated.
Page 1 of 1 (5 items)