|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageProductionException | |
---|---|
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 | |
---|---|
java.lang.Class<PageProductionException> |
PageProductionException.PageProductionExceptionFactory.getExceptionClass()
|
Methods in org.apache.fop.fo.pagination that throw PageProductionException | |
---|---|
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 |
PageSequenceMaster.getNextSimplePageMaster(boolean isOddPage,
boolean isFirstPage,
boolean isLastPage,
boolean isBlankPage,
java.lang.String mainFlowName)
Returns the next simple-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. |
Uses of PageProductionException in org.apache.fop.layoutmgr |
---|
Methods in org.apache.fop.layoutmgr that throw PageProductionException | |
---|---|
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. |
|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |