Thanks a lot Yegor.. regards, Chaitanya
On Wed, Nov 23, 2011 at 7:02 PM, Yegor Kozlov <[email protected]> wrote: > Basically, "NotPrimitive" means that geometry of the shape is custom, > i.e. the geometry is not preset but defined in the shape itself. > > Interpretation of "NotPrimitive" depends on the shape context - you > need to see what other properties are defined and it should give you a > clue what type of shape it is. For example, for a "freeform" shape the > GEOMETRY__VERTICES and GEOMETRY__SEGMENTINFO properties define the > shape path. See Freeform#getPath() for a reference how to make sense > of them. > > Yegor > > On Mon, Nov 21, 2011 at 1:45 PM, chaitanya prasad movva > <[email protected]> wrote: > > I m parsing ppt and was able to render most of the shapes in ppt, but was > > not abe to get information about NotPrimitive shapes.....apart from > simple > > or Basic shapes in ppt all shapes are NotPrimitive.....shape.getName() > > returns me string "NotPrimitive". > > * > > * > > * > > Is anyone have any idea how to get Useful data from Complexdata byte[]. > > > > Thanks in Advance. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
