RenderParagraph Constructor(Style)
In This Topic
Initializes a new instance of the
RenderParagraph class, specifying a
Style to use.
Syntax
'Declaration
Public Function New( _
ByVal As Style _
)
public RenderParagraph(
Style
)
Parameters
- style
- A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's Style).
See Also