ComponentOne Word for UWP
GetParagraph(String,Font,StringFormat,Single) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > GetParagraph Method : GetParagraph(String,Font,StringFormat,Single) Method
The text string of the paragraph.
The drawing font for the text.
The drawing string format.
The value in points for expand (+) or packed (-).
Get paragraph for the text and string format for this document.
Syntax
'Declaration
 
Public Overloads Function GetParagraph( _
   ByVal text As System.String, _
   ByVal font As Font, _
   ByVal sf As StringFormat, _
   ByVal expand As System.Single _
) As RtfParagraph
public RtfParagraph GetParagraph( 
   System.string text,
   Font font,
   StringFormat sf,
   System.float expand
)

Parameters

text
The text string of the paragraph.
font
The drawing font for the text.
sf
The drawing string format.
expand
The value in points for expand (+) or packed (-).

Return Value

The paragraph for this document
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List