ParagraphText Constructor(String)
In This Topic
Initializes a new instance of the
ParagraphText class, assigning the
Text property, and specifying the
Style.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ParagraphText(
string
)
Parameters
- text
- A string assigned to the Text property of the current object.
See Also