Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originaly came from Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
OutlineItemCollection |
OutlineItemCollection.get_Item(int index)
Gets outline item from the collection using index.
|
OutlineItemCollection |
OutlineCollection.get_Item(int index)
Gets outline item from collection by index.
|
OutlineItemCollection |
OutlineItemCollection.getFirst()
Gets the outline item representing the first top-level item in the outline hierarchy.
|
OutlineItemCollection |
OutlineCollection.getFirst()
Gets an outline item representing the first top-level item in the outline.
|
OutlineItemCollection |
OutlineItemCollection.getLast()
Gets the outline item representing the last top-level item in the outline hierarchy.
|
OutlineItemCollection |
OutlineCollection.getLast()
Gets an outline item representing the last top-level item in the outline.
|
OutlineItemCollection |
OutlineItemCollection.getNext()
Gets the outline item representing next item relatively this item in the outline hierarchy.
|
OutlineItemCollection |
OutlineItemCollection.getPrev()
Gets the outline item representing previous item relatively this item in the outline
hierarchy.
|
static OutlineItemCollection |
InternalHelper.newOutlineItemCollection(com.aspose.pdf.engine.data.IPdfObject outlines) |
Modifier and Type | Method and Description |
---|---|
void |
OutlineItemCollection.add(OutlineItemCollection outline)
Adds outline item to collection.
|
void |
OutlineCollection.add(OutlineItemCollection outline)
Adds outline item to collection.
|
void |
OutlineItemCollection.insert(int index,
OutlineItemCollection outline)
Inserts the outline item into collection at the specified place.
|
Modifier and Type | Method and Description |
---|---|
OutlineItemCollection |
Bookmark.toOutlineItemCollection(IDocument doc) |
Copyright © 2020 Aspose. All Rights Reserved.