Click or drag to resize

BookmarkExist Method

Bookmark check

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public bool Exist(
	string pBookmarkName
)

Parameters

pBookmarkName
Type: SystemString

[Missing <param name="pBookmarkName"/> documentation for "M:SIC.OpenDocumentFormat.MSWord.Bookmark.Exist(System.String)"]

Return Value

Type: Boolean
true = bookmark exist; false = bookmark no exist or exception
See Also