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