The difference between types of text shapes in PowerPoint is subtle. HSLF creates shapes based on the shape type
property stored in EscherSpRecord.
Text placeholders such as Title or Content have shape.type=Rectangle, when reading a ppt they are stored as AutoShapes
and have shape.getShapeType() == ShapeTypes.Rectangle.
Plain text boxes created either programmatically or via "Insert Text Box" menu have shape.type=TextBox and are stored
as TextBoxes.
Yegor
TextBoxes read from PPT are stored as AutoShapes and not TextBoxes in HSLF.
Is this intentional or possible bug?
Thanks,
Marvin P. Warble Jr.
Cogent Software Solutions, Inc.
4206 Buckskin Lake Drive
Ellicott City, Maryland 21042
866.531.7272
<http://www.cogentsoftwaresolutions.com> www.cogentsoftwaresolutions.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]