Click or drag to resize

BookmarkAdd Method (String, String, String)

Adds text to bookmark, taking into account the carriage return.

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public void Add(
	string pBookmarkName,
	string pText,
	string pStyle = ""
)

Parameters

pBookmarkName
Type: SystemString
Bookmark name to insert text
pText
Type: SystemString
Text content with CrLf, Cr or Lf
pStyle (Optional)
Type: SystemString
Style name must exist in document
Remarks
See Also