
In TX Text Control 15.0 the following new classes, properties, methods and events have been added:
| Class | Description | |
| AdaptFontEventArgs | The AdaptFontEventArgs class provides data for the TextControl.AdaptFont, WPF.TextControl.AdaptFont and ServerTextControl.AdaptFont events. | |
| DocumentServer.DocumentController | The DocumentController class is a .NET component that can be used to perform the necessary document handling on the server, when using a control such as the DocumentServer.Web.DocumentViewer. | |
| DocumentServer.DocumentController.FieldAdapterCollection | An instance of the FieldAdapterCollection class contains adapters for all application fields of the page it belongs to. | |
| DocumentServer.Fields.DateField | The DateField implements the MS Word specific DATEFIELD field. | |
| DocumentServer.Fields.FieldAdapter | The abstract FieldAdapter class is the base class of all special DocumentServer field adapters. | |
| DocumentServer.Fields.FormCheckBox | The FormText implements the MS Word specific FORMCHECKBOX field. | |
| DocumentServer.Fields.FormDropDown | The FormDropDown class implements the MS Word specific FORMDROPDOWN field. | |
| DocumentServer.Fields.FormFieldAdapter | The abstract FormFieldAdapter class is the base class of all special DocumentServer form field adapters. | |
| DocumentServer.Fields.FormText | The FormText class implements the MS Word specific FORMTEXT field. | |
| DocumentServer.Fields.IfField | The IfField class implements the MS Word specific IF field. | |
| DocumentServer.Fields.IncludeText | The IncludeText class implements the MS Word specific INCLUDETEXT field. | |
| DocumentServer.Fields.MailMergeFieldAdapter | The abstract MailMergeFieldAdapter class is the base class of all special DocumentServer mail merge field adapters. | |
| DocumentServer.Fields.MergeField | The MergeField class implements the MS Word specific MERGEFIELD field. | |
| DocumentServer.MailMerge.FieldMergedEventArgs | The FieldMergedEventArgs class provides data for the DocumentServer.MailMerge.FieldMerged event. | |
| DocumentServer.MailMerge.IncludeTextMergingEventArgs | The IncludeTextMergingEventArgs class provides data for the DocumentServer.MailMerge.IncludeTextMerging event. | |
| DocumentServer.Web.DocumentViewer | The DocumentViewer class is a .NET component that can be used to display documents in the web browser in ASP.NET projects. | |
| DocumentServer.Web.DocumentViewer.SaveDocumentEventArgs | The SaveDocumentEventArgs class provides data for the DocumentServer.Web.DocumentViewer.SaveDocument event. | |
| DocumentServer.Web.DocumentViewer.SaveFormDataEventArgs | The SaveDocumentEventArgs class provides data for the DocumentServer.Web.DocumentViewer.SaveFormData event. | |
| FontSettings | The FontSettings class provides settings determining which fonts can be used in a document. | |
| Paragraph | An instance of the Paragraph class represents a single paragraph in a Text Control document. | |
| ParagraphCollection | An instance of the ParagraphCollection class contains all paragraphs in a Text Control document or part of the document represented through objects of the type Paragraph. An instance of this class can be obtained with the |
| Property | Description | |
| DocumentServer.MailMerge.BlockRowMergedEventArgs.DataRowCount | Gets an int value that indicates the total number of data rows. | |
| DocumentServer.MailMerge.BlockRowMergedEventArgs.MergeBlockName | Gets a string value that indicates current merge block name. | |
| DocumentServer.MailMerge.SearchPath | Specifies a directory name where sub-templates and images (for image merging) should be searched. | |
| HeaderFooter.Paragraphs | Gets a collection of all paragraphs the header or footer contains. | |
| ListFormat.TextAfterNumber | Gets or sets the text that is displayed behind the number in a numbered list. | |
| ListFormat.TextBeforeNumber | Gets or sets the text that is displayed in front of the number in a numbered list. | |
| LoadSettings.PDFImportSettings | Specifies how the document structure is generated when a PDF document is imported. | |
| SectionFormat.ColumnDistances | Gets the distances, in twips, between the columns on a page. | |
| SectionFormat.ColumnLineColor | Gets or sets the color of a dividing line between two columns. | |
| SectionFormat.ColumnLineWidth | Gets or sets the width of a dividing line between two columns. | |
| SectionFormat.Columns | Gets or sets the number of columns on a page. | |
| SectionFormat.ColumnWidths | Gets the widths, in twips, of the columns on a page. | |
| SectionFormat.EqualColumnWidth | Gets or sets a value indicating whether the columns on a page have all the same width and the same distance between them. | |
| ServerTextControl.FontSettings | Gets a FontSettings object which provides properties determining which fonts can be used in a document. | |
| ServerTextControl.Paragraphs | Gets a collection of all paragraphs contained in the main text of the document. | |
| TextControl.FontSettings | Gets a FontSettings object which provides properties determining which fonts can be used in a document. | |
| TextControl.Paragraphs | Gets a collection of all paragraphs contained in the text part with the input focus. | |
| TextField.Bounds | Gets the bounding rectangle of a text field. | |
| TextField.FormattingBounds | Gets the formatting rectangle of a text field. | |
| TextFrame.Paragraphs | Gets a collection of all paragraphs contained in a text frame. |
| Method | Description | |
| Page.GetImage | Gets an image of the page's contents. | |
| ServerTextControl.OnAdaptFont | Raises the AdaptFont event. | |
| TextControl.GetClipboardFormats | Returns an array of ClipboardFormat values. | |
| TextControl.OnAdaptFont | Raises the AdaptFont event. | |
| TextControl.Paste | Replaces the current selection in the Text Control with the contents of the Clipboard. |
| Event | Description | |
| DocumentServer.MailMerge.FieldMerged | Occurs when a field has been merged. | |
| DocumentServer.MailMerge.IncludeTextMerging | Occurs when an IncludeText field has been merged. | |
| ServerTextControl.AdaptFont | Occurs for each font that must be adapted, because it is not supported. | |
| TextControl.AdaptFont | Occurs for each font that must be adapted, because it is not supported. |