Package org.daisy.dotify.formatter.impl.page
Provides functionality for laying out a BlockSequence into Pages.
The main class is PageSequenceBuilder2.
Uses the org.daisy.dotify.formatter.impl.row package to layout blocks into rows.
IMPORTANT: This package is part of the FormatterFactory implementation
in org.daisy.dotify.formatter.impl. Classes in this package
should only be used by this implementation.
-
Class Summary Class Description BlockSequence Provides an interface for a sequence of block contents.PageImpl Provides aPageobject.PageSequenceBuilder2 Given aBlockSequence, producesPageobjects one by one. -
Exception Summary Exception Description RestartPaginationException Indicates that the pagination should be restarted from the beginning (the start of the current iteration).