Specifies the type of a structured document tag (SDT) Element.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum SdtType
Public Enumeration SdtType
public enum class SdtType
type SdtType

Members

MemberValueDescription
None0
No type is assigned to the SDT. If no type element is specified, the SDT structured document tag should be a rich text box.
RichText1
The SDT represents a rich text box when displayed in the document.
Bibliography2
The SDT represents a bibliography entry.
Citation3
The SDT represents a citation.
ComboBox4
The SDT represents a combo box when displayed in the document.
DropDownList5
The SDT represents a drop down list when displayed in the document.
Picture6
The SDT represents a picture when displayed in the document.
Text7
The SDT represents a plain text box when displayed in the document.
Equation8
The SDT represents an equation.
DatePicker9
The SDT represents a date picker when displayed in the document.
BuildingBlockGallery10
The SDT represents a building block gallery type.
DocPartObj11
The SDT represents a document part type.
Group12
The SDT represents a restricted grouping when displayed in the document.
CheckBox13
The SDT represents a checkbox when displayed in the document.

See Also