[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.StructTreeItemCollection

Class StructTreeItemCollection

Namespace
GrapeCity.Documents.Pdf.Structure
Assembly
GcDocs.Pdf.dll

Represents a collection of StructTreeItem objects.

public class StructTreeItemCollection : PdfOwnedCollection<StructTreeItem>, IList<StructTreeItem>, ICollection<StructTreeItem>, IReadOnlyList<StructTreeItem>, IReadOnlyCollection<StructTreeItem>, IEnumerable<StructTreeItem>, IPdfArray, IList, ICollection, IEnumerable, IOwnedObject
Inheritance
object
System.Collections.ObjectModel.Collection<T><StructTreeItem>
GrapeCity.Documents.Pdf.Wrappers.PdfCollection<TItem><StructTreeItem>
StructTreeItemCollection
Implements
System.Collections.Generic.IList<T><StructTreeItem>
System.Collections.Generic.ICollection<T><StructTreeItem>
System.Collections.Generic.IReadOnlyList<T><StructTreeItem>
System.Collections.Generic.IReadOnlyCollection<T><StructTreeItem>
System.Collections.Generic.IEnumerable<T><StructTreeItem>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.Add(GrapeCity.Documents.Pdf.Structure.StructTreeItem)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.Clear()
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.CopyTo(GrapeCity.Documents.Pdf.Structure.StructTreeItem[], int)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.Contains(GrapeCity.Documents.Pdf.Structure.StructTreeItem)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.GetEnumerator()
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.IndexOf(GrapeCity.Documents.Pdf.Structure.StructTreeItem)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.Insert(int, GrapeCity.Documents.Pdf.Structure.StructTreeItem)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.Remove(GrapeCity.Documents.Pdf.Structure.StructTreeItem)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.RemoveAt(int)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.Count
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.Items
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Structure.StructTreeItem>.this[int]
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

StructTreeItemCollection()

public StructTreeItemCollection()

Methods

ClearItems()

protected override void ClearItems()

InsertItem(int, StructTreeItem)

protected override void InsertItem(int index, StructTreeItem item)

Parameters

index int
item StructTreeItem

RemoveItem(int)

protected override void RemoveItem(int index)

Parameters

index int

SetItem(int, StructTreeItem)

protected override void SetItem(int index, StructTreeItem item)

Parameters

index int
item StructTreeItem