A Sandcastle Documented Class Library
DocxDocumentAppendDocumentToSection Method |
Append a document after the section.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxDocument AppendDocumentToSection( DocxDocument doc, DocxSection section, bool useDestinationStyles, bool addPageBreak )
Public Function AppendDocumentToSection ( doc As DocxDocument, section As DocxSection, useDestinationStyles As Boolean, addPageBreak As Boolean ) As DocxDocument
public: DocxDocument^ AppendDocumentToSection( DocxDocument^ doc, DocxSection^ section, bool useDestinationStyles, bool addPageBreak )
member AppendDocumentToSection : doc : DocxDocument * section : DocxSection * useDestinationStyles : bool * addPageBreak : bool -> DocxDocument
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: DocxDocumentDocxDocument.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | doc |
ArgumentNullException | doc |
See Also