
In TX Text Control 15.1 the following new classes, properties, methods and events have been added:
| Class | Description | |
| ButtonBar.Colors | The ButtonBar.Colors class gets, sets or resets the display colors of a ButtonBar control. | |
| RulerBar.Colors | The RulerBar.Colors class gets, sets or resets the display colors of a RulerBar control. | |
| StatusBar.Colors | The StatusBar.Colors class gets, sets or resets the display colors of a StatusBar control. | |
| TextControl.Colors | The TextControl.Colors class gets, sets or resets the display colors of a TextControl control. |
| Property | Description | |
| ButtonBar.DisplayColors | Gets or sets the colors of the button bar. | |
| FrameBase.Alignment | Gets or sets the horizontal alignment of an image or text frame which is anchored to a paragraph. | |
| FrameBase.ID | Gets or sets an identifier for the image or text frame. | |
| FrameBase.Name | Gets or sets a name for the image or text frame. | |
| RulerBar.DisplayColors | Gets or sets the colors of the ruler bar. | |
| SaveSettings.ImageExportFilterIndex | Sets the format used for saving all images contained in the document. | |
| SaveSettings.ImageSaveMode | Determines whether the document's images are stored through its data or through its file reference. | |
| StatusBar.DisplayColors | Gets or sets the colors of the status bar. | |
| TextControl.AllowDrag | Gets or sets a value indicating whether the control can be a source of a Drag&Drop operation. | |
| TextControl.AllowDrop | Overridden. Gets or sets a value indicating whether the control can accept data that the user drags onto it. | |
| TextControl.DisplayColors | Gets or sets the colors of the text control. | |
| TextControl.DropFormats | Gets or sets the formats of data the control can accept when the user drags it onto the control. |
| Method | Description | |
| ButtonBar.ResetDisplayColors | Resets all display colors of a button bar to their system dependent default values. | |
| ImageCollection.GetItem | Gets a particular image from the collection. | |
| RulerBar.ResetDisplayColors | Resets all display colors of a ruler bar to their system dependent default values. | |
| ServerTextControl.GetSupportedFonts | Gets an array of strings specifying the names of all currently supported fonts. | |
| StatusBar.ResetDisplayColors | Resets all display colors of a status bar to their system dependent default values. | |
| TextControl.GetSupportedFonts | Gets an array of strings specifying the names of all currently supported fonts. | |
| TextControl.ResetDisplayColors | Resets all display colors of a text control to their system dependent default values. | |
| TextFrameCollection.GetItem | Gets a particular text frame from the collection. |