The abstract ContentControlFieldAdapter class is the base class of all Microsoft Word content control field adapter classes. It implements general features like the adapted ApplicationField or the specific content control type name. These special fields can be only used in combination with the ApplicationField class.

Syntax

public abstract class ContentControlFieldAdapter : FieldAdapter
Public MustInherit Class ContentControlFieldAdaper
  Inherits FieldAdapter

Introduced: X11.

Constructors

Constructor Description
ContentControlFieldAdapter Initializes a new instance of the ContentControlFieldAdapter class.

Fields

Field Description
TYPE_NAME Represents the name of the respective field type.
(Inherited from FieldAdapter)

Methods

Method Description
ShowDialog Opens the specific field options dialog box.
(Inherited from FieldAdapter)

Properties

Property Description
ApplicationField Gets the adapted ApplicationField of the field.
(Inherited from FieldAdapter)
ContentDeletable Specifies whether the content of the content control field should be deletable or not.
ContentEditable Specifies whether the content of the content control field should be editable or not.
ID Gets the ID of the specific field through its adapter.
(Inherited from FieldAdapter)
Id Gets or sets the content control's id.
Length Gets the number of characters in a text field through its adapter.
(Inherited from FieldAdapter)
Placeholder Gets or sets the placeholder field part of the content control field.
Start Gets the first character position (one-based) of the field through its adapter.
(Inherited from FieldAdapter)
Tag Gets or sets the content control's tag.
Title Gets or sets the content control's title.
Type Gets or sets the type of the content control field.
TypeName Gets the field's type name of the specific field through its adapter.
(Inherited from FieldAdapter)