org.apache.fop.apps
Class PageSequenceResults
java.lang.Object
org.apache.fop.apps.PageSequenceResults
public class PageSequenceResults
extends java.lang.Object
Class for reporting back formatting results to the calling application. This
particular class is used to report the results of a single page-sequence.
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.
|
PageSequenceResults
public PageSequenceResults(String id,
int pageCount)
Constructor for the PageSequenceResults object
id
- ID of the page-sequence, if availablepageCount
- The number of resulting pages
getID
public String getID()
Gets the ID of the page-sequence if one was specified.
getPageCount
public int getPageCount()
Gets the number of pages that resulted by processing the page-sequence.
- The number of pages generated
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.