How is this achieved? I cannot find any property in Aspose Words that indicates the shape is hidden yet Aspose Words definitely knows that the shape is not visible. How can I detect this object being hidden via code (for purposes other than saving as HTML)? Sample document attached:
Aspose.Words reads this attribute and store in internally. Unfortunately, currently there is no public API to access it.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): WORDSNET-26193
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
I notice that the attribute is accessible in Cells with the “IsHidden” property for oleObject, Shapes, Picture and TextBoxes. Also, Slides has a “Hidden” property for Shapes. I’m assuming these also match the XML attributes so it would be good for consistency if it can be supported in Word as well.