Overload List

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

See Also