On Thu, 21 Oct 2010, 이항령 wrote:
What I want to do is to modify pictures, shapes properties such as the location of picture, the size so on. For doing this, I need a function to get a list of shapes object like java.util.List getChildren() in HSSFPatriarch. http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFPatriarch.html#getChildren()

For the moment, you'll need to get the CTDrawing object, and find the children through that. However, you're right that it would be a good fit for the XSSFDrawing object. So, if you do end up coding something like that, do please submit a patch!

Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to