| 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
)
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.
See Also