BookmarkCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the ICollection. Inherited from ICollection. |
Is |
Gets a value indicating whether access to the ICollection is synchronized (thread safe). Inherited from ICollection. |
Item[String] | Gets the Bookmark object specified by its name. |
Sync |
Gets an object that can be used to synchronize access to the ICollection. Inherited from ICollection. |
#Methods
Name | Description |
---|---|
Copy |
Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
Create |
Creates a bookmark with the specified name for the range that starts at the specified position and has the specified length and adds it to the collection. |
Create |
Creates a bookmark for the specified range with the specified name and adds it to the collection. |
Get |
Gets all bookmarks located in the specified document range.
Inherited from Read |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Remove |
Removes the specified bookmark from the collection. |
Select |
Selects a range associated with the specified bookmark. |
See Also