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