| 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. |
| Modifier and Type | Method and Description |
|---|---|
OutlineCollection |
Document.getOutlines()
Gets document outlines.
|
OutlineCollection |
IDocument.getOutlines()
Gets document outlines.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
InternalHelper.isEmpty(OutlineCollection outlines) |
static void |
InternalHelper.OutlineCollection_add(OutlineCollection outlines,
OutlineItemCollection copyOfCurrent,
boolean b) |
static void |
InternalHelper.updateLast(OutlineCollection outlines) |
static void |
InternalHelper.updateVisibleCount(OutlineCollection outlines) |
| Constructor and Description |
|---|
OutlineItemCollection(OutlineCollection outlines)
Initializes outline item instance using root hierarchy object.
|
Copyright © 2025 Aspose. All Rights Reserved.