|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.apps.PageSequenceResults
public class PageSequenceResults
Class for reporting back formatting results to the calling application. This particular class is used to report the results of a single page-sequence.
Constructor Summary | |
---|---|
PageSequenceResults(java.lang.String id,
int pageCount)
Constructor for the PageSequenceResults object |
Method Summary | |
---|---|
java.lang.String |
getID()
Gets the ID of the page-sequence if one was specified. |
int |
getPageCount()
Gets the number of pages that resulted by processing the page-sequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageSequenceResults(java.lang.String id, int pageCount)
id
- ID of the page-sequence, if availablepageCount
- The number of resulting pagesMethod Detail |
---|
public java.lang.String getID()
public int getPageCount()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |