[]
        
(Showing Draft Content)

C1.Win.C1Editor.UICustomization.Bookmark

Bookmark Class

Provides information about a bookmark within the document.

Inheritance
Bookmark
Namespace: C1.Win.C1Editor.UICustomization
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public class Bookmark
Remarks

A bookmark in XHTML is a <a> tag with a name but without an href attribute.

To enumerate all bookmarks in the document use the Bookmarks property.

Properties

Name Description
IsRemoved

Returns true if the bookmark is removed during editing in a custom dialog.

IsSelected

Returns true if the bookmark is inside current selection.

Name

The bookmark name.

Methods

Name Description
Remove()

Removes the bookmark.

Select()

Moves selection to the specified bookmark.