Page 1 of 1

ResolvedLayout feature request

PostPosted: Wed Sep 24, 2014 4:23 am
by jan
Hey guys,

I'm currently reading a pptx file and wanted e.g. the position of all shapes on my slides. Problem is I need to traverse through all layers then because of Placeholders. That´s where I found your ResolvedLayout very useful, until the point I realized, that it only resolves Placeholders that have a type (!=OBJ) and not those, which only have an id (idx).
It would be very useful if it would also resolve Placeholders, that are identified by id(x).

I'm referring to this class: https://github.com/plutext/docx4j/blob/ ... ayout.java

Thanks for the good work, wouldn't know what to do without this project :)

Cheers,
Jan