'Declaration Public Overloads Function AddText( _ ByVal text As String, _ ByVal style As Style _ ) As ParagraphText
public ParagraphText AddText( string text, Style style )
Parameters
- text
- The text string to add.
- style
- The style to use to render the string.
Return Value
A ParagraphText object representing the specified text string.