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