Class Outlines
Contents
[
Hide
]Outlines class
Class describes collection of outlines.
public abstract class Outlines : ICollection<OutlineItemCollection>
Properties
Name | Description |
---|---|
abstract Count { get; } | Gets count. |
abstract IsReadOnly { get; } | Gets a value indicating whether the collection is read-only. |
abstract VisibleCount { get; } | Gets the total number of outline items at all levels in the document outline hierarchy. |
Methods
Name | Description |
---|---|
abstract Add(OutlineItemCollection) | Adds outline item to collection. |
abstract Clear() | Clears all items from the collection. |
abstract Contains(OutlineItemCollection) | Always throws NotImplementedException. |
abstract CopyTo(OutlineItemCollection[], int) | Copies the outline entries to an System.Array, starting at a particular System.Array index. |
abstract GetEnumerator() | Returns an enumerator that iterates through the collection. |
abstract Remove(OutlineItemCollection) | Remove outline collection item. |
See Also
- class OutlineItemCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF