Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java 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 originally came from
Aspose.Pdf.Kit.
|
Modifier and Type | Method and Description |
---|---|
OutlineItemCollection |
OutlineCollection.get_Item(int index)
Gets outline item from collection by index.
|
OutlineItemCollection |
OutlineItemCollection.get_Item(int index)
Gets outline item from the collection using index.
|
OutlineItemCollection |
OutlineCollection.getFirst()
Gets an outline item representing the first top-level item in the outline.
|
OutlineItemCollection |
OutlineItemCollection.getFirst()
Gets the outline item representing the first 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.getLast()
Gets the outline item representing the last top-level item in the outline hierarchy.
|
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) |
OutlineItemCollection |
OutlineCollection.next() |
OutlineItemCollection |
OutlineItemCollection.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<OutlineItemCollection> |
OutlineCollection.iterator()
Returns an enumerator that iterates through the collection.
|
Iterator<OutlineItemCollection> |
OutlineItemCollection.iterator()
Returns an enumerator that iterates through the collection.
|
abstract Iterator<OutlineItemCollection> |
Outlines.iterator()
Returns an enumerator that iterates through the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
OutlineCollection.add(OutlineItemCollection outline)
Adds outline item to collection.
|
void |
OutlineItemCollection.add(OutlineItemCollection outline)
Adds outline item to collection.
|
abstract void |
Outlines.add(OutlineItemCollection item)
Adds outline item to collection.
|
static void |
InternalHelper.addRange(OutlineItemCollection outlineTreeNode,
com.aspose.ms.System.Collections.Generic.List<OutlineItemCollection> outlines) |
boolean |
OutlineCollection.contains(OutlineItemCollection item)
Not supported yet.
|
boolean |
OutlineItemCollection.contains(OutlineItemCollection item)
Not supported yet.
|
abstract boolean |
Outlines.contains(OutlineItemCollection item)
Always throws NotImplementedException.
|
void |
OutlineCollection.copyTo(OutlineItemCollection[] array,
int index)
Copies the outline items to an System.Array, starting at a particular System.Array index.
|
void |
OutlineItemCollection.copyTo(OutlineItemCollection[] array,
int index)
Copies the outline entries to an System.Array, starting at a particular System.Array index.
|
abstract void |
Outlines.copyTo(OutlineItemCollection[] array,
int arrayIndex)
Copies the outline entries to an System.Array, starting at a particular System.Array index.
|
void |
OutlineItemCollection.insert(int index,
OutlineItemCollection outline)
Inserts the outline item into collection at the specified place.
|
static void |
InternalHelper.OutlineCollection_add(OutlineCollection outlines,
OutlineItemCollection copyOfCurrent,
boolean b) |
static com.aspose.pdf.engine.IPdfDocument |
InternalHelper.OutlineItemCollection_document(OutlineItemCollection item) |
boolean |
OutlineCollection.remove(OutlineItemCollection item)
Not supported yet.
|
boolean |
OutlineItemCollection.remove(OutlineItemCollection item)
Not supported yet.
|
abstract boolean |
Outlines.remove(OutlineItemCollection item)
Remove outline collection item.
|
Modifier and Type | Method and Description |
---|---|
static void |
InternalHelper.addRange(OutlineItemCollection outlineTreeNode,
com.aspose.ms.System.Collections.Generic.List<OutlineItemCollection> outlines) |
Modifier and Type | Method and Description |
---|---|
OutlineItemCollection |
Bookmark.toOutlineItemCollection(IDocument doc)
convert to OutlineItemCollection
|
Copyright © 2024 Aspose. All Rights Reserved.