Enum
SdtType

Defines the type of a structured document tag (content control), which determines its behavior and the kind of content it can contain.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum SdtType

Fields

Bibliography

Structured document tag that contains bibliography or citation reference content.

Declaration

cs-api-definition
Bibliography = 1

Field Value

SdtType

CheckBox

Structured document tag that provides an interactive check box control for boolean user input.

Declaration

cs-api-definition
CheckBox = 2

Field Value

SdtType

Citation

Structured document tag that contains citation content linked to a bibliography source.

Declaration

cs-api-definition
Citation = 3

Field Value

SdtType

ComboBox

Structured document tag that provides a drop-down list with editable text entry.

Declaration

cs-api-definition
ComboBox = 4

Field Value

SdtType

Date

Structured document tag that provides a date picker control for date and time input with formatting options.

Declaration

cs-api-definition
Date = 5

Field Value

SdtType

DocumentPart

Structured document tag that displays content from a single building block or document part.

Declaration

cs-api-definition
DocumentPart = 6

Field Value

SdtType

DocumentPartGallery

Structured document tag that provides a gallery of selectable building blocks or document parts.

Declaration

cs-api-definition
DocumentPartGallery = 7

Field Value

SdtType

DropDownList

Structured document tag that provides a drop-down list with predefined non-editable options.

Declaration

cs-api-definition
DropDownList = 8

Field Value

SdtType

Equation

Structured document tag that can contain mathematical equation content in Office Math Markup Language.

Declaration

cs-api-definition
Equation = 9

Field Value

SdtType

Group

Structured document tag that groups multiple content controls together with shared editing restrictions.

Declaration

cs-api-definition
Group = 10

Field Value

SdtType

None

Unspecified type that allows the structured document tag to host any content using the common property set.

Declaration

cs-api-definition
None = 0

Field Value

SdtType

Picture

Structured document tag that contains an image placeholder that can be replaced by the user.

Declaration

cs-api-definition
Picture = 11

Field Value

SdtType

RepeatingSection

Structured document tag that defines a container for repeating content items, enabling dynamic list generation.

Declaration

cs-api-definition
RepeatingSection = 14

Field Value

SdtType

RepeatingSectionItem

Structured document tag that represents a single repeatable item within a parent RepeatingSection.

Declaration

cs-api-definition
RepeatingSectionItem = 15

Field Value

SdtType

RichText

Structured document tag that allows formatted text content with multiple paragraphs and inline elements.

Declaration

cs-api-definition
RichText = 12

Field Value

SdtType

Text

Structured document tag that contains plain text within a single paragraph with optional character formatting.

Declaration

cs-api-definition
Text = 13

Field Value

SdtType