Java org.apache.pdfbox.pdmodel PDPageTree fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel PDPageTree fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel PDPageTree.

The text is from its open source code.

Method

PDPageget(int index)
Returns the page at the given index.
intgetCount()
Returns the number of leaf nodes (page objects) that are descendants of this root within the page tree.
intindexOf(PDPage page)
Returns the index of the given page, or -1 if it does not exist.
Iteratoriterator()
Returns an iterator which walks all pages in the tree, in order.