AddParagraph(String,Style) Method
In This Topic
Adds a
Paragraph to the end of the section.
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 added Paragraph
- style
- The paragraph style.
Return Value
See Also