Xceed Words for .NET v5.2 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / BookmarkCollection Class


In This Topic
    BookmarkCollection Class
    In This Topic
    Represents a collection of Bookmarks.
    Object Model
    BookmarkCollection ClassBookmark Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class BookmarkCollection 
       Inherits System.Collections.Generic.List(Of Bookmark)
    'Usage
     
    
    Dim instance As BookmarkCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class BookmarkCollection : System.Collections.Generic.List<Bookmark> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          Xceed.Document.NET.BookmarkCollection

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the BookmarkCollection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public PropertyGets the number of elements contained in the List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public PropertyOverloaded. Gets or sets the element at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodAdds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodReturns a read-only ReadOnlyCollection wrapper for the current collection. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodRemoves all elements from the List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodDetermines whether an element is in the List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodConverts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodDetermines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodSearches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodRetrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodSearches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodPerforms the specified action on each element of the List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodReturns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodCreates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodInserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodInserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodRemoves the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodRemoves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodRemoves the element at the specified index of the List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodRemoves a range of elements from the List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodOverloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodOverloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodCopies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodSets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<Bookmark>)
    Public MethodDetermines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Bookmark>)
    Top
    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also