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
)
Public Sub Replace (
textBodyPart As TextBodyPart
)
public:
void Replace(
TextBodyPart^ textBodyPart
)
member Replace :
textBodyPart : TextBodyPart -> unit
Parameters
-
textBodyPart
-
Type:
Spire.Doc.Documents
TextBodyPart
The text body part.
See Also