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