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)
Syntaxpublic void Add(
string pBookmarkName,
string pText,
string pStyle = ""
)
Public Sub Add (
pBookmarkName As String,
pText As String,
Optional pStyle As String = ""
)
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