A Sandcastle Documented Class Library
![]() | 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)

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: DocxParagraphDocxParagraph.
