Click or drag to resize

TextBodyPart Copy Method (BodyRegion, Boolean)

Copies the specified body 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(
	BodyRegion bodyItem,
	bool clone
)

Parameters

bodyItem
Type: Spire.Doc BodyRegion
The body item.
clone
Type: System Boolean
if it is to clone, set to true .
See Also