| Class | Description |
|---|---|
| Rtf |
Main class to build and stream a RTF document.
|
| RtfDocfmt |
Instances represent document format like page width, margins.
|
| RtfFields |
Utility methods around the method
RtfText.field(RtfPara, RtfPara). |
| RtfHeader |
Factory and base class that represents a RTF header.
|
| RtfHeaderColor |
Represents a color definition for the RTF header.
|
| RtfHeaderFont |
Header definitions for font declarations.
|
| RtfInfo |
Represents meta information about the RTF document like author, title, keywords.
|
| RtfPara |
Build a paragraph or a table row.
|
| RtfPicture |
Represents an image which can be added to an RTF document.
|
| RtfRow |
Defines properties of the hole row.
|
| RtfSectionFormatAndHeaderFooter |
Section-Formatting.
|
| RtfTemplate |
This class is able to make variable substitutions in an
existing RTF file.
|
| RtfText |
Class for RTF text with different text formattings like bold, italic, ...
|
| RtfTextPara |
Represents a RTF paragraph.
|
| Enum | Description |
|---|---|
| RtfHeaderFont.CharSet |
Specifies the RTF character set of a font in the font table.
|
| RtfHeaderFont.FontFamily |
RTF font families.
|
| RtfHeaderFont.Pitch |
Pitch of a font.
|
| RtfPicture.PictureType |
The image type of the picture.
|
| RtfText.FieldModifier |
Modifiers for fields.
|
| RtfTextPara.BorderStyle |
Enumerator for different border styles.
|
| RtfTextPara.TabKind |
Different kind of tabs.
|
| RtfTextPara.TabLead |
Leading symbols.
|
| RtfUnit |
Represents a RTF measurement.
|
| Exception | Description |
|---|---|
| RtfException |
Unchecked exception class for exceptions while building or writing the RTF document.
|
Copyright © 2010–2015 Tutego. All rights reserved.