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 SimplePageMasterSubSequenceSpecifier. getLastPageMaster(boolean isOddPage, boolean isFirstPage, boolean isBlankPage, BlockLevelEventProducer blockLevelEventProducer)SimplePageMasterSubSequenceSpecifier. getNextPageMaster(boolean isOddPage, boolean isFirstPage, boolean isLastPage, boolean isBlankPage)Returns the name of the next page master.SimplePageMasterPageSequence. getNextSimplePageMaster(int page, boolean isFirstPage, boolean isLastPage, boolean isBlank)Public accessor for determining the next page master to use within this page sequence.SimplePageMasterPageSequenceMaster. 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 voidBlockLevelEventProducer. missingSubsequencesInPageSequenceMaster(java.lang.Object source, java.lang.String pageSequenceMasterName, org.xml.sax.Locator loc)No subsequences in page sequence master.voidBlockLevelEventProducer. 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.voidBlockLevelEventProducer. pageSequenceMasterExhausted(java.lang.Object source, java.lang.String pageSequenceMasterName, boolean canRecover, org.xml.sax.Locator loc)A page sequence master is exhausted.
-