EnumSdtType
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:
public enum SdtType
Fields
Bibliography
Structured document tag that contains bibliography or citation reference content.
CheckBox
Structured document tag that provides an interactive check box control for boolean user input.
Citation
Structured document tag that contains citation content linked to a bibliography source.
ComboBox
Structured document tag that provides a drop-down list with editable text entry.
Date
Structured document tag that provides a date picker control for date and time input with formatting options.
DocumentPart
Structured document tag that displays content from a single building block or document part.
DocumentPartGallery
Structured document tag that provides a gallery of selectable building blocks or document parts.
DropDownList
Structured document tag that provides a drop-down list with predefined non-editable options.
Equation
Structured document tag that can contain mathematical equation content in Office Math Markup Language.
Group
Structured document tag that groups multiple content controls together with shared editing restrictions.
None
Unspecified type that allows the structured document tag to host any content using the common property set.
Picture
Structured document tag that contains an image placeholder that can be replaced by the user.
RepeatingSection
Structured document tag that defines a container for repeating content items, enabling dynamic list generation.
RepeatingSectionItem
Structured document tag that represents a single repeatable item within a parent RepeatingSection.
RichText
Structured document tag that allows formatted text content with multiple paragraphs and inline elements.