New Classes, Properties, Methods and Events |
In TX Text Control 14.0 the following new classes, properties, methods and events have been added:
|
Classes |
| Class | | Description |
|
|
| ApplicationField | | The ApplicationField class supports text field formats of applications such as Microsoft Word.
|
| ApplicationFieldCollection | | An instance of the ApplicationFieldCollection class contains all created or imported Microsoft Word or Heiler HighEdit fields represented through objects of the type ApplicationField.
|
| DocumentServer.MailMerge | | The MailMerge class is a .NET component that can be used to effortlessly merge template documents with database content in .NET projects, such as ASP.NET web applications, web services or Windows services.
|
| DocumentServer.MailMerge.BlockRowMergedEventArgs | | The BlockRowMergedEventArgs class provides data for the DocumentServer.MailMerge.BlockRowMerged event.
|
| DocumentServer.MailMerge.DataRowMergedEventArgs | | The DataRowMergedEventArgs class provides data for the DocumentServer.MailMerge.DataRowMerged event.
|
| Page | | An object of the Page class represents a formatted page of a document.
|
| PageCollection | | An instance of the PageCollection class contains all pages of a document.
|
| Section | | An object of the Section class represents a section of a document.
|
| SectionCollection | | An instance of the SectionCollection class contains all sections of a document.
|
| SectionFormat | | An instance of the SectionFormat class represents the formatting attributes of a section.
|
Properties |
| Property | | Description |
|
|
| HeaderFooter.ApplicationFields | | Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document.
|
| HeaderFooter.ConnectedToPrevious | | Gets or sets a value specifying whether the header or footer is connected with the header or footer of the previous section. If headers or footers are connected, they have always the same contents.
|
| HeaderFooter.SectionNumber | | Returns the number of the section to which the header or footer belongs.
|
| InputPosition.PageInSection | | Gets the page number in the section containing the current text input position.
|
| InputPosition.Section | | Gets the section number of the current text input position.
|
| Line.Page | | Gets the number of the page to which the line belongs.
|
| LoadSettings.ApplicationFieldFormat | | Specifies the format of text fields which are imported.
|
| LoadSettings.ApplicationFieldTypeNames | | Specifies an array of strings containing the type names of fields which are to be imported.
|
| Selection.SectionFormat | | Gets or sets page settings such as margins, size and orientation for the selected text.
|
| ServerTextControl.ApplicationFields | | Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document.
|
| ServerTextControl.FormattingPrinter | | Gets or sets the name of a printer the text dimensions and capabilities of which are used to format the document.
|
| ServerTextControl.GetPages | | Gets a collection of all pages in the document.
|
| ServerTextControl.Landscape | | Gets or sets a value indicating whether the page orientation is landscape or portrait.
|
| ServerTextControl.Sections | | Gets a collection of all sections in the document.
|
| StatusBarBase.PageCounterText | | Gets or sets the text in the 'Page counter' area of the status bar.
|
| StatusBarBase.SectionCounterText | | Gets or sets the text in the 'Section counter' area of the status bar.
|
| StatusBarBase.SectionText | | Gets or sets the text in the 'Section' area of the status bar.
|
| StatusBarBase.ShowColumn | | Specifies whether the status bar shows the column number of the current text input position.
|
| StatusBarBase.ShowKeyStates | | Specifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.
|
| StatusBarBase.ShowLine | | Specifies whether the status bar shows the line number of the current text input position.
|
| StatusBarBase.ShowPage | | Specifies whether the status bar shows the page number of the current text input position.
|
| StatusBarBase.ShowPageCounter | | Specifies whether the status bar shows the number of pages the document consists of.
|
| StatusBarBase.ShowSection | | Specifies whether the status bar shows the section number of the current text input position.
|
| StatusBarBase.ShowSectionCounter | | Specifies whether the status bar shows the number of sections the document consists of.
|
| StatusBarBase.ShowZoom | | Specifies whether the status bar shows the current zoom factor.
|
| TextControl.ApplicationFields | | Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document.
|
| TextControl.BackgroundStyle | | Defines the kind of view to display the page background.
|
| TextControl.FormattingPrinter | | Gets or sets the name of a printer the text dimensions and capabilities of which are used to format the document.
|
| TextControl.GetPages | | Gets a collection of all pages in the document.
|
| TextControl.HeaderFooterActivationStyle | | Gets or sets a value specifying the activation style for headers and footers.
|
| TextControl.HeaderFooterFrameStyle | | Gets or sets a value specifying the frame for activated headers and footers.
|
| TextControl.Landscape | | Gets or sets a value indicating whether the page orientation is landscape or portrait.
|
| TextControl.Sections | | Gets a collection of all sections in the document.
|
| TextFrame.ApplicationFields | | Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document.
|
Methods |
| Method | | Description |
|
|
| ServerTextControl.Append | | Loads text in a certain format from a file, a byte array or a string and appends it to the existing document.
|
| TextControl.Append | | Loads text in a certain format from a file, a byte array or a string and appends it to the existing document.
|
| TextControl.OnPageChanged | | Raises the PageChanged event.
|
| TextControl.OnSectionChanged | | Raises the SectionChanged event.
|
| TextControl.SectionFormatDialog | | Invokes the built-in tabbed dialog box for setting section attributes.
|
Events |
| Event | | Description |
|
|
| TextControl.PageChanged | | Occurs when the text input position has been moved to another page.
|
| TextControl.SectionChanged | | Occurs when the text input position has been moved to another section.
|