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