Thanks for the clarification. Marvin P. Warble Jr.
-----Original Message----- From: Yegor Kozlov [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 10:49 AM To: POI Users List Subject: Re: HSLF TextBoxes 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
