Click or drag to resize

DocxDocumentAddParagraph Method

Adds the text as new paragraph.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxParagraph AddParagraph(
	string txt
)

Parameters

txt
Type: SystemString
The text.

Return Value

Type: DocxParagraph
DocxParagraph.
See Also