Package | Description |
---|---|
com.aspose.pdf | |
com.aspose.pdf.facades |
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.
|
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.
|
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 © 2014 Aspose. All Rights Reserved.