Click or drag to resize

DocxDocumentAddParagraph Method

Adds the text as new paragraph.

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

Parameters

txt  String
The text.

Return Value

DocxParagraph
DocxParagraph.
See Also