AddParagraph(String,Style) Method
In This Topic
Adds a
Paragraph to the end of the current body.
Syntax
'Declaration
Public Overloads Function AddParagraph( _
ByVal As System.String, _
ByVal As Style _
) As Paragraph
public Paragraph AddParagraph(
System.string ,
Style
)
Parameters
- text
- The text of the paragraph.
- style
- The paragraph style.
Return Value
See Also