Click or drag to resize

SDTProperties Class

This element specifies the set of properties that shall be applied to the nearest ancestor structured document tag.
Inheritance Hierarchy
System Object
Spire.Doc OwnerHolder
Spire.Doc.Documents.XML DocumentSerializable
Spire.Doc.Documents SDTProperties

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class SDTProperties : DocumentSerializable

The SDTProperties type exposes the following members.

Constructors
Name Description
Public method SDTProperties
Initializes a new instance of the SDTProperties class with the specified owner.
Top
Properties
Name Description
Public property Alias
Gets or sets the an alias.
Public property Appearance
Gets or sets a value for the border appearance type.
Public property Color
Gets or Sets the BaseColor of a structured document tag. The Property is only available in Docx_2013 or above.
Public property ControlProperties
Encapsulates all differences between different type of SDT-based content controls.
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property Id
Gets the id. specifes that the contents of this attribute contains a decimal number.
Public property IsShowingPlaceHolder
Gets or sets a value indicating whether this instance is showing place holder.
Public property IsTemporary
Gets or sets a value indicating whether remove SDT when contents are edited.
Public property LockSettings
Gets or sets a value that specifies locking behaviors
Public property SDTType
Gets or sets the Sdt type.
Public property Tag
Gets or sets the a value specifies that its contents contain a string.
Protected property XDLSHolder (Inherited from DocumentSerializable .)
Top
Methods
Name Description
Protected method CloneImpl (Overrides DocumentSerializable CloneImpl .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method InitXDLSHolder (Inherited from DocumentSerializable .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method ReadXmlAttributes (Inherited from DocumentSerializable .)
Protected method ReadXmlContent (Inherited from DocumentSerializable .)
Protected method RestoreReference (Inherited from DocumentSerializable .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Protected method WriteXmlAttributes (Inherited from DocumentSerializable .)
Protected method WriteXmlContent (Inherited from DocumentSerializable .)
Top
Fields
Name Description
Protected field m_doc (Inherited from OwnerHolder .)
Top
See Also