removeBookmark

abstract fun removeBookmark(@NonNull bookmark: Bookmark): Boolean

Removes bookmark from the document.

Return

true if bookmark was actually removed, false otherwise.

Parameters

bookmark

Bookmark to be removed.

Throws

If an error occurred while removing the bookmark.