Overload List
Name | Description | |
---|---|---|
AddText(String) |
Adds a text string to the current paragraph content.
|
|
AddText(String, Style) |
Adds a text string with the specified style to the current paragraph content.
|
|
AddText(String, TextPositionEnum) |
Adds a text string with the specified text position to the current paragraph content.
|
|
AddText(String, Color) |
Adds a text string with the specified text color to the current paragraph content.
|
|
AddText(String, Font) |
Adds a text string with the specified font to the current paragraph content.
|
|
AddText(String, Color, TextPositionEnum) |
Adds a text string with the specified text color and position to the current paragraph content.
|
|
AddText(String, Font, TextPositionEnum) |
Adds a text string with the specified font and text position to the current paragraph content.
|
|
AddText(String, Font, Color) |
Adds a text string with the specified font and text color to the current paragraph content.
|
|
AddText(String, Font, Color, TextPositionEnum) |
Adds a text string with the specified font, text color and position to the current paragraph content.
|