Classes
| Class | Description | |
|---|---|---|
| AnnotationLayoutManager |
Layout annotation interactors according to their definition in the PDF document.
| |
| AutoColumnGridLayoutManager |
Layout items left-to-right, top-to-bottom. The number of columns depends on the
width of the visible area, but is at least 1. The thumbnails viewer uses this
layout by default.
| |
| GridLayoutManager |
Layout items left-to-right, top-to-bottom with a particular number
of columns.
| |
| LayoutContext |
Specifies the (spatial) context for a layout manager. The layout manager will
use this information to perform the best possible layout.
| |
| LayoutManager |
Base LayoutManager class. Layout managers control the layout of the sub-interactors,
relative to their parent interactor.
| |
| PageLayoutManager |
Rotates all pages according to their orienttation.
|