Click or drag to resize

TextBodyPart Copy Method (ParagraphBase, Boolean)

Copies the specified p item.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Copy(
	ParagraphBase pItem,
	bool clone
)

Parameters

pItem
Type: Spire.Doc.Fields ParagraphBase
The p item.
clone
Type: System Boolean
if it is to clone, set to true .
See Also