| Chart |
|
Description |
|
| |
| Text Formatting |
|
Shows all interface parts that have to do with character formats, paragraph formatting and list
formatting. All features are both accessible from program code and through built-in dialog boxes.
|
| General Control Settings |
|
General control settings include features like viewing modes, page and document settings, edit modes,
foreground and background colors, zooming, printing and finding and replacing text.
|
| Loading and Saving |
|
Includes all that have to do with data input and output like loading and saving from and to files
or blocks of memory, using the clipboard and using undo.
|
| Toolbars |
|
Shows TX Text Control's toolbar classes.
|
| Style Formatting |
|
Shows all interface parts that have to do with style formatting. All features are both accessible from program code and
through built-in dialog boxes.
|
| Tables |
|
Shows all classes that enable a programmer to insert, handle and format tables.
|
| Sections and Pages |
|
Shows how section attributes like page settings and headers and footers can be programmed.
|
| Headers and Footers |
|
Shows how headers and footers can be accessed and programmed.
|
| Images |
|
Images in different formats can be inserted via a dialog box. They can be positioned as characters
within a line of text, or at a given position in a paragraph or on a page.
|
| Text Frames |
|
Text frames are rectangles that can be filled with text through an end-user and
that can be edited like the main text. Like images they can be positioned as characters
within a line of text, or at a given position in a paragraph or on a page.
|
| Text Fields |
|
Text fields are marked pieces of text that can have several properties, like a name, an identifier,
text and several editing features. TX Text Control supports the formats of other applications through the ApplicationField class.
|
| Hypertext Links |
|
Special types text fields act as sources and destinations of hypertext links.
|
| Mail Merge |
|
A MailMerge class 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.
|
| Lines and Characters |
|
Text Control offers geometrical and other information of every single line and every single character.
|
| XML Elements |
|
The XML classes offer access and manipulation of the XML elements contained in an XML document.
|