If a shape is not supported you will get either ShapeGroup or AutoShape object.
Table is a group of shapes and you should get ShapeGroup. Use ShapeGroup.getShapes() to iterate over the children. All implemented shapes are in org.apache.poi.hslf.model.*. What we have: - Line - TextBox - Picture - AutoShape - ShapeGroup is a container which can hold any of the above shapes. Yegor q> ok.....it's works well!!! q> which are the objects that hslf doesn't recognize?I know : q> - Tables; q> - Custom curves. q> which are the others? thanks a lot q> bye --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
