com.spire.doc.documents
Class SdtControlProperties

java.lang.Object
  extended by com.spire.doc.documents.SdtControlProperties
Direct Known Subclasses:
SdtCheckBox, SdtCitation, SdtDate, SdtDocPart, SdtDropDownListBase, SdtPicture, SdtText

public abstract class SdtControlProperties
extends java.lang.Object

Base class for all Structured Document Tags control-specific properties. Encapsulates all differences between Sdt controls, allowing to define additional properties and methods in descendant classes. All common Sdt properties are handled in StructureDocumentTag


Constructor Summary
SdtControlProperties()
          Initializes a new instance of the SdtControlProperties class
 
Method Summary
abstract  SdtType getType()
          Get the sdt type.
 

Constructor Detail

SdtControlProperties

public SdtControlProperties()
Initializes a new instance of the SdtControlProperties class

Method Detail

getType

public abstract SdtType getType()
Get the sdt type.

Returns:
The sdt type.