Package org.apache.fop.fo.pagination
All the pagination and declaration formatting objects.
-
Interface Summary Interface Description SubSequenceSpecifier Classes that implement this interface can be added to aPageSequenceMaster
, and are capable of looking up an appropriateSimplePageMaster
. -
Class Summary Class Description AbstractPageSequence Abstract base class for thefo:page-sequence
formatting object and thefox:external-document
extension object.ColorProfile Class modelling thefo:color-profile
object.ConditionalPageMasterReference Class modelling thefo:conditional-page-master-reference
object.Declarations Class modelling thefo:declarations
object.Flow Class modelling thefo:flow
object.LayoutMasterSet Class modelling thefo:layout-master-set
object.PageNumberGenerator This class uses the 'format', 'groupingSeparator', 'groupingSize', and 'letterValue' properties on fo:page-sequence to return a String corresponding to the supplied integer page number.PageProductionException.PageProductionExceptionFactory Exception factory forPageProductionException
.PageSequence Class modelling thefo:page-sequence
object.PageSequenceMaster Class modelling thefo:page-sequence-master
object.PageSequenceWrapper Class modelling thefo:page-sequence-wrapper
object, first introduced in the XSL 1.1 WD.Region This is an abstract base class for pagination regions.RegionAfter Class modelling thefo:region-after
object.RegionBA Abstract base class forfo:region-before
andfo:region-after
.RegionBefore Class modelling thefo:region-before
object.RegionBody Class modelling thefo:region-body
object.RegionEnd Class modelling thefo:region-end
object.RegionSE Abstract base class forfo:region-start
andfo:region-end
.RegionStart Class modelling thefo:region-start
object.RepeatablePageMasterAlternatives Class modelling thefo:repeatable-page-master-alternatives
object.RepeatablePageMasterReference Class modelling thefo:repeatable-page-master-reference
object.Root Class modeling thefo:root
formatting object.SideRegion Common base class for side regions (before, after, start, end).SimplePageMaster Class modelling thefo:simple-page-master
object.SinglePageMasterReference Class modelling thefo:single-page-master-reference
object.StaticContent Class modelling thefo:static-content
object.Title Class modeling thefo:title
object. -
Exception Summary Exception Description PageProductionException Exception thrown by FOP if there is a problem while producing new pages.