placeholder property

IStructuredDocumentTag.placeholder property

Gets the BuildingBlock containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the IStructuredDocumentTag.xml_mapping element or the IStructuredDocumentTag.is_showing_placeholder_text element is true.

@property
def placeholder(self) -> aspose.words.buildingblocks.BuildingBlock:
    ...

Remarks

Can be null, meaning that the placeholder is not applicable for this Sdt.

See Also