Classes

  ClassDescription
Public classAnnotationLayoutManager
Layout annotation interactors according to their definition in the PDF document.
Public classAutoColumnGridLayoutManager
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.
Public classGridLayoutManager
Layout items left-to-right, top-to-bottom with a particular number of columns.
Public classLayoutContext
Specifies the (spatial) context for a layout manager. The layout manager will use this information to perform the best possible layout.
Public classLayoutManager
Base LayoutManager class. Layout managers control the layout of the sub-interactors, relative to their parent interactor.
Public classPageLayoutManager
Rotates all pages according to their orienttation.