Enum
SdtType

Specifies the list of supported structured document tag types.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum SdtType

Fields

Bibliography

Parent sdt represents bibliography content.

Declaration

cs-api-definition
Bibliography = 1

Field Value

SdtType

CheckBox

Parent sdt represents a check box.

Declaration

cs-api-definition
CheckBox = 2

Field Value

SdtType

Citation

Parent sdt represents citation content.

Declaration

cs-api-definition
Citation = 3

Field Value

SdtType

ComboBox

Parent sdt represents a list of editable items.

Declaration

cs-api-definition
ComboBox = 4

Field Value

SdtType

Date

Parent sdt represents a date time value.

Declaration

cs-api-definition
Date = 5

Field Value

SdtType

DocumentPart

Parent sdt represents a single document part.

Declaration

cs-api-definition
DocumentPart = 6

Field Value

SdtType

DocumentPartGallery

Parent sdt represents a list of document parts

Declaration

cs-api-definition
DocumentPartGallery = 7

Field Value

SdtType

DropDownList

Parent sdt is represents a list of non-editable items.

Declaration

cs-api-definition
DropDownList = 8

Field Value

SdtType

Equation

Parent sdt can contain equation data.

Declaration

cs-api-definition
Equation = 9

Field Value

SdtType

Group

Parent sdt is in a restricted sdt group.

Declaration

cs-api-definition
Group = 10

Field Value

SdtType

None

Unspecified type. Parent sdt still can host content and it uses the set of common properties.

Declaration

cs-api-definition
None = 0

Field Value

SdtType

Picture

Parent sdt contains a picture.

Declaration

cs-api-definition
Picture = 11

Field Value

SdtType

RepeatingSection

Parent sdt is a collection of repeating content.

Declaration

cs-api-definition
RepeatingSection = 14

Field Value

SdtType

RepeatingSectionItem

Parent sdt is a repeating content item in a parent repeating section

Declaration

cs-api-definition
RepeatingSectionItem = 15

Field Value

SdtType

RichText

Parent sdt can contain rich text content.

Declaration

cs-api-definition
RichText = 12

Field Value

SdtType

Text

Parent sdt can contain plain text only.

Declaration

cs-api-definition
Text = 13

Field Value

SdtType