'Declaration Public Overloads Function GetParagraph( _ ByVal text As String, _ ByVal font As Font, _ ByVal sf As StringFormat, _ ByVal expand As Single _ ) As RtfParagraph
public RtfParagraph GetParagraph( string text, Font font, StringFormat sf, 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