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
)
Public Function Exist (
pBookmarkName As String
) As Boolean
Parameters
- pBookmarkName
- Type: SystemString
[Missing <param name="pBookmarkName"/> documentation for "M:SIC.OpenDocumentFormat.MSWord.Bookmark.Exist(System.String)"]
Return Value
Type:
Booleantrue = bookmark exist; false = bookmark no exist or exception
See Also