How can I check if it is a clipping path? the PaintOp attribute is not 0x00, I have used PDEElementGetClip on the PDEelement but I get no clip elements.
But I don't know exactly what a clipping path is, so probably my check is wrong.
Regarding the z-order, I have:
1stPath - hiddenText - 2ndPath - text
If I remove the 2ndPath, hiddenText is rendered. If I move (using content editing tool) the 'hidden text' outside the 2ndPath 'box coords' I can see text
At this point I suppose it's a z-order issue, can you confirm?