C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / AddParagraph Method / AddParagraph(String) Method
The text string of the paragraph.

In This Topic
AddParagraph(String) Method
In This Topic
Add paragraph into this document in next position.
Syntax
'Declaration
 
Public Overloads Function AddParagraph( _
   ByVal text As String _
) As RtfParagraph
 

Parameters

text
The text string of the paragraph.

Return Value

The Word/RTF paragraph object.
See Also