Click or drag to resize

BookmarksNavigator ReplaceBookmarkContent Method (TextBodyPart, Boolean, Boolean)

Replaces the content of the bookmark.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ReplaceBookmarkContent(
	TextBodyPart bodyPart,
	bool isKeepSourceFirstParaFormat,
	bool saveFormatting
)

Parameters

bodyPart
Type: Spire.Doc.Documents TextBodyPart
The body part.
isKeepSourceFirstParaFormat
Type: System Boolean
if it is keep the source first paragraph format, set to true .
saveFormatting
Type: System Boolean
if it is save formatting, set to true .
See Also