Uses of Class
org.apache.fop.fo.pagination.PageProductionException
-
Packages that use PageProductionException Package Description org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of PageProductionException in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return types with arguments of type PageProductionException Modifier and Type Method Description java.lang.Class<PageProductionException>
PageProductionException.PageProductionExceptionFactory. getExceptionClass()
Methods in org.apache.fop.fo.pagination that throw PageProductionException Modifier and Type Method Description SimplePageMaster
SubSequenceSpecifier. getLastPageMaster(boolean isOddPage, boolean isFirstPage, boolean isBlankPage, BlockLevelEventProducer blockLevelEventProducer)
SimplePageMaster
SubSequenceSpecifier. getNextPageMaster(boolean isOddPage, boolean isFirstPage, boolean isLastPage, boolean isBlankPage)
Returns the name of the next page master.SimplePageMaster
PageSequence. getNextSimplePageMaster(int page, boolean isFirstPage, boolean isLastPage, boolean isBlank)
Public accessor for determining the next page master to use within this page sequence.SimplePageMaster
PageSequenceMaster. getNextSimplePageMaster(boolean isOddPage, boolean isFirstPage, boolean isLastPage, boolean isBlankPage, java.lang.String mainFlowName)
Returns the next simple-page-master. -
Uses of PageProductionException in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that throw PageProductionException Modifier and Type Method Description void
BlockLevelEventProducer. missingSubsequencesInPageSequenceMaster(java.lang.Object source, java.lang.String pageSequenceMasterName, org.xml.sax.Locator loc)
No subsequences in page sequence master.void
BlockLevelEventProducer. noMatchingPageMaster(java.lang.Object source, java.lang.String pageSequenceMasterName, java.lang.String pageMasterName, org.xml.sax.Locator loc)
No single-page-master matching in page sequence master.void
BlockLevelEventProducer. pageSequenceMasterExhausted(java.lang.Object source, java.lang.String pageSequenceMasterName, boolean canRecover, org.xml.sax.Locator loc)
A page sequence master is exhausted.
-