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, ...