Page 1 of 1

Re: How to gather all graphical objects

PostPosted: Mon Feb 25, 2013 6:44 pm
by jason
Sorry, no. But I guess they divide into DrawingML, VML (both of which are in their own packages), and the WML host elements which you can enumerate.

Are you using TraversalUtil?

We added an interface SdtElement to represent the various content control classes generated by JAXB. Feel free to contribute something similar for the WML graphical host elements if you find it useful.

Re: How to gather all graphical objects

PostPosted: Mon Mar 04, 2013 7:49 am
by jason
Override the shouldTraverse method, so it only traverses into things which might contain your graphical objects. That ought to speed it up.

Re: How to gather all graphical objects

PostPosted: Thu Feb 13, 2014 10:29 am
by jason
For what its worth, docx4j 3.0.1 includes several interfaces in the VML package.