BookmarksNavigator Class |
Namespace: Spire.Doc.Documents
The BookmarksNavigator type exposes the following members.
Name | Description | |
---|---|---|
![]() |
BookmarksNavigator |
Initializes a new instance of the
BookmarksNavigator
class.
|
Name | Description | |
---|---|---|
![]() |
CurrentBookmark |
Gets the current bookmark.
|
![]() |
Document |
Returns or setsDocument that this object is attached to.
|
Name | Description | |
---|---|---|
![]() |
DeleteBookmarkContent |
Deletes the bookmark content.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetBookmarkContent |
Gets the bookmark content2.
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
InsertParagraph |
Inserts the paragraph.
|
![]() |
InsertParagraphItem |
Inserts the paragraph item to current position.
|
![]() |
InsertTable |
Inserts the table.
|
![]() |
InsertText(String) |
Inserts the text.
|
![]() |
InsertText(String, Boolean) |
Inserts the text range to current position.
|
![]() |
InsertTextBodyPart |
Inserts the text body part.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
MoveToBookmark(String) |
Moves the cursor to specified bookmark.
|
![]() |
MoveToBookmark(String, Boolean, Boolean) |
Moves the cursor to specified bookmark.
|
![]() |
ReplaceBookmarkContent(TextBodyPart) |
Replaces the bookmark content with the specified TextBodyPart object.
|
![]() |
ReplaceBookmarkContent(String, Boolean) |
Replaces the content of the bookmark with new text.
|
![]() |
ReplaceBookmarkContent(TextBodyPart, Boolean) |
Replaces the bookmark content with specified TextBodyPart object,
with an option to preserve the formatting of the first paragraph
in the source content.
|
![]() |
ReplaceBookmarkContent(TextBodyPart, Boolean, Boolean) |
Replaces the content of the bookmark.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|