Click or drag to resize

DocxDocumentAppendDocumentToSection Method

Append a document after the section.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax
public DocxDocument AppendDocumentToSection(
	DocxDocument doc,
	DocxSection section,
	bool useDestinationStyles,
	bool addPageBreak
)

Parameters

doc
Type: QsGemBox.DocxDocxDocument
The document.
section
Type: QsGemBox.DocxDocxSection
Index section.
useDestinationStyles
Type: SystemBoolean
if set to true [use destination styles].
addPageBreak
Type: SystemBoolean
if set to true add a page break before append document.

Return Value

Type: DocxDocument
DocxDocument.
Exceptions
See Also