The RichTextContentControl implements the MS Word specific plain text content control field. This field must be used in combination with an ApplicationField that should be modified using this adapter.

Syntax

public sealed class RichTextContentControl : ContentControlFieldAdapter
Public NotInheritable Class RichTextContentControl
  Inherits ContentControlFieldAdapter

Introduced: X11.

Constructors

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

Fields

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

Methods

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

Properties

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