Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BookmarkCollection Class
Properties Methods

In This Topic
    BookmarkCollection Class Members
    In This Topic

    The following tables list the members exposed by BookmarkCollection.

    Public Properties
     NameDescription
    Public Property Gets the number of content items in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Property Gets the first item in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public PropertyOverloaded.  Gets a bookmark from the collection by its name.  
    Public Property Gets the last item in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a Bookmark into the collection at the RangeLocation.Content position.  
    Public Method Gets whether the collection contains a bookmark with specified name.  
    Public Method Prints debug info of the collection into console. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public MethodInserts a Bookmark into the collection at the specified position.  
    Public Method Prints debug info of the collection into the string. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Method Gets a bookmark from the collection by its name.  
    Top
    See Also