menu

Document Processing

ContentControlType Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ContentControlType Class

    Specifies the type of content control.

    Inheritance
    System.Object
    ContentControlType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public sealed class ContentControlType : Enum

    Fields

    BuildingBlockGallery

    Specifies a building block gallery content control

    Declaration
    public const ContentControlType BuildingBlockGallery
    Field Value
    Type
    ContentControlType

    CheckBox

    Specifies a checkbox content control

    Declaration
    public const ContentControlType CheckBox
    Field Value
    Type
    ContentControlType

    ComboBox

    Specifies a combo box content control

    Declaration
    public const ContentControlType ComboBox
    Field Value
    Type
    ContentControlType

    Date

    Specifies a date content control

    Declaration
    public const ContentControlType Date
    Field Value
    Type
    ContentControlType

    DropDownList

    Specifies a drop-down list content control

    Declaration
    public const ContentControlType DropDownList
    Field Value
    Type
    ContentControlType

    Group

    Specifies a group content control

    Declaration
    public const ContentControlType Group
    Field Value
    Type
    ContentControlType

    Picture

    Specifies a picture content control

    Declaration
    public const ContentControlType Picture
    Field Value
    Type
    ContentControlType

    RepeatingSection

    Specifies a repeating section content control

    Declaration
    public const ContentControlType RepeatingSection
    Field Value
    Type
    ContentControlType

    RichText

    Specifies a rich-text content control

    Declaration
    public const ContentControlType RichText
    Field Value
    Type
    ContentControlType

    Text

    Specifies a text content control

    Declaration
    public const ContentControlType Text
    Field Value
    Type
    ContentControlType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved