Click or drag to resize

TextBodyPart PasteAtEnd Method

Pastes at end of textbody.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void PasteAtEnd(
	IBody textBody
)

Parameters

textBody
Type: Spire.Doc.Interface IBody
The text body.
See Also