ComponentOne Word for UWP
GetParagraph(String) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > GetParagraph Method : GetParagraph(String) Method
The text string of the paragraph.
Get paragraph for the text for this document.
Syntax
'Declaration
 
Public Overloads Function GetParagraph( _
   ByVal text As System.String _
) As RtfParagraph
public RtfParagraph GetParagraph( 
   System.string text
)

Parameters

text
The text string of the paragraph.

Return Value

The paragraph for this document
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List