StructureDocumentTag
SDTContent Property
|
Gets the a value specifies the last known contents of a structured document tag around one or more block-level structures.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public SDTContent SDTContent { get; }
Public ReadOnly Property SDTContent As SDTContent
Get
public:
property SDTContent^ SDTContent {
SDTContent^ get ();
}
member SDTContent : SDTContent with get
Property Value
Type:
SDTContent
See Also