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

In This Topic
GetParagraph(String) Method
In This Topic
Get paragraph for the text for this document.
Syntax
'Declaration
 
Public Overloads Function GetParagraph( _
   ByVal text As String _
) As RtfParagraph
 

Parameters

text
The text string of the paragraph.

Return Value

The paragraph for this document
See Also