Get paragraph for the text and string format for this document.
'Declaration
Public Overloads Function GetParagraph( _
ByVal As System.String, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.StringFormat, _
ByVal expand As System.Single _
) As RtfParagraph
public RtfParagraph GetParagraph(
System.string ,
System.Drawing.Font ,
System.Drawing.StringFormat ,
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