Package org.daisy.dotify.formatter.impl.page
Provides functionality for laying out a BlockSequence
into Page
s.
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 aPage
object.PageSequenceBuilder2 Given aBlockSequence
, producesPage
objects one by one. -
Exception Summary Exception Description RestartPaginationException Indicates that the pagination should be restarted from the beginning (the start of the current iteration).