Click or drag to resize

Comment Replace Method (TextBodyPart)

Replaces the commented items with specified TextBodyPart.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Replace(
	TextBodyPart textBodyPart
)

Parameters

textBodyPart
Type: Spire.Doc.Documents TextBodyPart
The text body part.
See Also