'Declaration Public Overloads Function AddParagraph( _ ByVal text As System.String, _ ByVal font As System.Drawing.Font _ ) As RtfParagraph
public RtfParagraph AddParagraph( System.string text, System.Drawing.Font font )
Parameters
- text
- The text string of the paragraph.
- font
- The drawing font.
Return Value
The Word/RTF paragraph object.