Click or drag to resize

ContentControlProperties Class

Represents all possible properties for a Content Control item.
Inheritance Hierarchy
SystemObject
  SautinSoft.Document.CustomMarkupsContentControlProperties

Namespace: SautinSoft.Document.CustomMarkups
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class ContentControlProperties

The ContentControlProperties type exposes the following members.

Properties
 NameDescription
Public propertyCategory Gets or sets a value that specifies the category of document parts that will be used as the filter when determining the possible choices of document parts that are displayed for insertion into the Content Control item. A document part category is a sub-classification within a given document part Gallery which can be used to further categorize the parts in a given Gallery. This property is applicable when the parent Content Control type is BuildingBlockGallery or DocPartObj.
Public propertyCharacterFormat Gets or sets the character format for the text inside a Content Control item.
Public propertyChecked Gets or sets whether a Content Control item is checked. This property is applicable when the parent Content Control type is CheckBox.
Public propertyCheckedSymbol Gets a symbol that will be used if a CheckBox is checked. This property is applicable when the parent Content Control type is CheckBox.
Public propertyColor Gets or sets the color of a Content Control item.
Public propertyDate Gets or sets the date value of the Content Control item. This property is applicable when the parent Content Control type is Date.
Public propertyDateCalendarType Gets or sets a value that specifies the calendar type for a Date picker Content Control. This property is applicable when the parent Content Control type is Date.
Public propertyDateDisplayFormat Gets or sets a value that specifies the display format for a date. This property is applicable when the parent Content Control type is Date.
Public propertyDateLocale Gets or sets culture info that will be used to format a date. This property is applicable when the parent Content Control type is Date.
Public propertyDateStorageFormat Gets or sets a value that specifies the date storage format. This property is applicable when the parent Content Control type is Date.
Public propertyDisplayMode Gets or sets a value indicating how a Content Control item should be displayed in a document.
Public propertyGallery Gets or sets a value that specifies the gallery of document parts that will be used as the filter when determining the possible choices of document parts that are displayed for insertion into the Content Control item. This property is applicable when the parent Content Control type is BuildingBlockGallery or DocPartObj.
Public propertyId Gets or sets the ID of a Content Control item.
Public propertyIsShowingPlaceholderText Gets or sets whether the content of the Content Control should be interpreted to contain placeholder text.
Public propertyListItems Gets list items associated with the Content Control item. This property is applicable when the parent Content Control type is ComboBox or DropDownList.
Public propertyLockAddDeleteSection Gets or sets a value indicating whether a user is allowed to add or delete a section. This property is applicable when the parent Content Control type is RepeatingSection.
Public propertyLockDeleting Gets or sets a value indicating whether a Content Control item can be deleted.
Public propertyLockEditing Gets or sets a value indicating whether the content of a Content Control item can be edited.
Public propertyMultiline Gets or sets a value indicating whether this Content Control item can contain multiple lines of text. This property is applicable when the parent Content Control type is PlainText.
Public propertyNumberOfLines Gets or sets the number of displaying text lines within form field when parent document saved as PDF. Default: 1.
Public propertyPlaceholderText Gets or sets a placeholder text which should be displayed when Content Control is empty.
Public propertyRemoveWhenEdited Gets or sets a value indicating whether a Content Control item should be removed after it is edited.
Public propertySectionTitle Gets or sets a section title. This property is applicable when the parent Content Control type is RepeatingSection.
Public propertySelectedListItem Gets or sets the selected value of the Content Control item. This property is applicable when the parent Content Control type is ComboBox or DropDownList.
Public propertyTag Gets or sets the tag of a Content Control item.
Public propertyTitle Gets or sets the title of a Content Control item.
Public propertyUncheckedSymbol Gets a symbol that will be used if a CheckBox is unchecked. This property is applicable when the parent Content Control type is CheckBox.
Public propertyUnique Gets or sets a value that specifies that the Content Control item is being used to encapsulate a built-in document part. This property is applicable when the parent Content Control type is BuildingBlockGallery or DocPartObj.
Public propertyXmlMapping Specifies the mapping between a content control and a custom XML part or a document property.
Top
See Also