Aspose::Words::Markup::IStructuredDocumentTag interface
Contents
[
Hide
]IStructuredDocumentTag interface
Interface to define a common data for StructuredDocumentTag and StructuredDocumentTagRangeStart.
class IStructuredDocumentTag : public virtual System::Object
Methods
Method | Description |
---|---|
virtual get_Appearance() | |
virtual get_Color() | Gets the color of the structured document tag. |
virtual get_Id() | Specifies a unique read-only persistent numerical Id for this SDT. |
virtual get_IsMultiSection() | |
virtual get_IsShowingPlaceholderText() | Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT). if set to true, this state shall be resumed (showing placeholder text) upon opening this document. |
virtual get_Level() const | Gets the level at which this SDT occurs in the document tree. |
virtual get_LockContentControl() | When set to true, this property will prohibit a user from deleting this SDT. |
virtual get_LockContents() | When set to true, this property will prohibit a user from editing the contents of this SDT. |
virtual get_Node() | |
virtual get_Placeholder() | 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 XmlMapping element or the IsShowingPlaceholderText element is true. |
virtual get_PlaceholderName() | Gets Name of the BuildingBlock containing placeholder text. BuildingBlock with this name Name has to be present in the GlossaryDocument otherwise InvalidOperationException will occur. |
virtual get_SdtType() | Gets type of this Structured document tag. |
virtual get_Tag() const | Specifies a tag associated with the current SDT node. Can not be null. |
virtual get_Title() const | Specifies the friendly name associated with this SDT. Can not be null. |
virtual get_WordOpenXML() | Gets a string that represents the XML contained within the node in the FlatOpc format. |
virtual get_XmlMapping() | Gets an object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document. |
virtual GetChildNodes(Aspose::Words::NodeType, bool) | |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
virtual RemoveSelfOnly() | |
virtual set_Appearance(Aspose::Words::Markup::SdtAppearance) | |
virtual set_Color(System::Drawing::Color) | Sets the color of the structured document tag. |
virtual set_IsShowingPlaceholderText(bool) | Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT). if set to true, this state shall be resumed (showing placeholder text) upon opening this document. |
virtual set_LockContentControl(bool) | When set to true, this property will prohibit a user from deleting this SDT. |
virtual set_LockContents(bool) | When set to true, this property will prohibit a user from editing the contents of this SDT. |
virtual set_PlaceholderName(System::String) | Sets Name of the BuildingBlock containing placeholder text. BuildingBlock with this name Name has to be present in the GlossaryDocument otherwise InvalidOperationException will occur. |
virtual set_Tag(System::String) | Specifies a tag associated with the current SDT node. Can not be null. |
virtual set_Title(System::String) | Specifies the friendly name associated with this SDT. Can not be null. |
static Type() |
See Also
- Namespace Aspose::Words::Markup
- Library Aspose.Words for C++