ComponentOne Word for UWP
AddParagraph(String,Font) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > AddParagraph Method : AddParagraph(String,Font) Method
The text string of the paragraph.
The drawing font.
Add paragraph into this document in next position.
Syntax
'Declaration
 
Public Overloads Function AddParagraph( _
   ByVal text As System.String, _
   ByVal font As Font _
) As RtfParagraph
public RtfParagraph AddParagraph( 
   System.string text,
   Font font
)

Parameters

text
The text string of the paragraph.
font
The drawing font.

Return Value

The Word/RTF paragraph object.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List