ParagraphElement Constructor(Style,String)
In This Topic
Initializes a new instance of the
ParagraphElement class with the specified text and style settings.
Syntax
'Declaration
Public Function New( _
ByVal As Style, _
ByVal As String _
)
public ParagraphElement(
Style ,
string
)
Parameters
- style
- The Style object to use.
- text
- The text to display.
See Also