Click or drag to resize

DocxParagraphClone Method

Clones this DocxTable instance.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public DocxParagraph Clone(
	bool cloneDescendants
)

Parameters

cloneDescendants  Boolean
If set to true clone all descendants recursively; otherwise clone only current Table.

Return Value

DocxParagraph

[Missing <returns> documentation for "M:QsGemBox.Docx.DocxParagraph.Clone(System.Boolean)"]

See Also