New Classes, Properties, Methods and Events

In TX Text Control 21.0 the following new classes, properties, methods and events have been added:

Properties

Property Description
TXTextControl.DocumentServer.Fields.CheckBoxContentControl.Checked Specifies whether the field is checked or not.
TXTextControl.DocumentServer.Fields.ComboBoxContentControl.ListItems Gets or sets the list items of the combo box content control field.
TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.ContentDeletable Specifies whether the content of the content control field should be deletable or not.
TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.ContentEditable Specifies whether the content of the content control field should be editable or not.
TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.Id Gets or sets the content control's id.
TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.Placeholder Gets or sets the placeholder field part of the content control field.
TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.Tag Gets or sets the content control's tag.
TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.Title Gets or sets the content control's title.
TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.Type Gets or sets the type of the content control field.
TXTextControl.DocumentServer.Fields.DateContentControl.Calendar Gets or sets the calendar type of the content control field.
TXTextControl.DocumentServer.Fields.DateContentControl.Date Gets or sets the date of the content control field.
TXTextControl.DocumentServer.Fields.DateContentControl.DateFormat Gets or sets the date format of the content control field.
TXTextControl.DocumentServer.Fields.DateContentControl.LanguageID Gets or sets the language ID of the content control field.
TXTextControl.DocumentServer.Fields.DateContentControl.ListItems Gets or sets the list items of the content control field.
TXTextControl.DocumentServer.Fields.DateContentControl.StoreMappedDataAs Gets or sets the translation that shall be performed on the displayed date in a date picker structured document tag.
TXTextControl.DocumentServer.Fields.PlainTextContentControl.Text Gets or sets the text of the content control field.
TXTextControl.DocumentServer.Fields.RichTextContentControl.Text Gets or sets the text of the content control field.
TXTextControl.ServerTextControl.IsLanguageDetectionEnabled Gets or sets a value indicating whether language detection is active or not.
TXTextControl.TextControl.IsLanguageDetectionEnabled Gets or sets a value indicating whether language detection is active or not.
TXTextControl.VersionInfo.Major Gets the major version number.
TXTextControl.VersionInfo.Minor Gets the minor version number.
TXTextControl.VersionInfo.ProductLevel Gets the installed product level.
TXTextControl.VersionInfo.ServicePack Gets the number of the installed service pack.

Methods

Method Description
TXTextControl.ServerTextControl.GetVersionInfo Returns an object of the type VersionInfo, which provides information about the installed TX Text Control version.
TXTextControl.TextControl.GetVersionInfo Returns an object of the type VersionInfo, which provides information about the installed TX Text Control version.

Classes

Class Description
TXTextControl.DocumentServer.Fields.CheckBoxContentControl The CheckBoxContentControl implements the MS Word specific check box content control field.
TXTextControl.DocumentServer.Fields.ComboBoxContentControl The ComboBoxContentControl implements the MS Word specific combo box content control field.
TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter The abstract ContentControlFieldAdapter class is the base class of all Microsoft Word content control field adapter classes.
TXTextControl.DocumentServer.Fields.DateContentControl The DateContentControl implements the MS Word specific date content control field.
TXTextControl.DocumentServer.Fields.DropDownListContentControl The DropDownListContentControl implements the MS Word specific drop down list content control field.
TXTextControl.DocumentServer.Fields.PlainTextContentControl The PlainTextContentControl implements the MS Word specific plain text content control field.
TXTextControl.DocumentServer.Fields.RichTextContentControl The RichTextContentControl implements the MS Word specific plain text content control field.
TXTextControl.VersionInfo The VersionInfo class provides information about the running TX Text Control version, such as the version number, the installed service pack number and the product level.