C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / GetParagraph Method / GetParagraph(String,Font,StringFormat) Method
The text string of the paragraph.
The drawing font for the text.
The drawing string format.

In This Topic
GetParagraph(String,Font,StringFormat) Method
In This Topic
Get paragraph for the text and string format for this document.
Syntax
'Declaration
 
Public Overloads Function GetParagraph( _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal sf As StringFormat _
) As RtfParagraph
 

Parameters

text
The text string of the paragraph.
font
The drawing font for the text.
sf
The drawing string format.

Return Value

The paragraph for this document
See Also