DocxDocument.AddParagraph Method

QsInformatica.Utils

DocxDocumentAddParagraph Method

Adds the text as new paragraph.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxParagraph AddParagraph(
	string txt
)
Public Function AddParagraph ( 
	txt As String
) As DocxParagraph
public:
DocxParagraph^ AddParagraph(
	String^ txt
)
member AddParagraph : 
        txt : string -> DocxParagraph 

Parameters

txt
Type: SystemString
The text.

Return Value

Type: DocxParagraph
DocxParagraph.
See Also