Overload List
Name | Description | |
---|---|---|
AddText(String) |
Add a specified string to the end of the text. The formatting is defined
by this object's Style.
| |
AddText(String, C1DocStyle) |
Add a specified string to the end of the text, with formatting
defined in style.
| |
AddText(String, Color) |
Add a specified string to the end of the text, with formatting
represented by specified font.
| |
AddText(String, Font) |
Add a specified string to the end of the text, with formatting
represented by specified font.
| |
AddText(String, Font, Color) |
Add a specified string to the end of the text, with formatting
represented by specified font and color.
| |
AddText(String, Font, Color, Color) |
Add a specified string to the end of the text, with formatting
represented by specified font, color and background color.
|