Package org.apache.fop.apps
Class PageSequenceResults
- java.lang.Object
-
- org.apache.fop.apps.PageSequenceResults
-
@Deprecated(since="2021-03-01") public class PageSequenceResults extends Object
Deprecated.Avoid using this package provided OOTB and migrate code a newer version which you can deploy as part of your project.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
Constructors Constructor Description PageSequenceResults(String id, int pageCount)
Deprecated.Constructor for the PageSequenceResults object
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getID()
Deprecated.Gets the ID of the page-sequence if one was specified.int
getPageCount()
Deprecated.Gets the number of pages that resulted by processing the page-sequence.
-
-
-
Constructor Detail
-
PageSequenceResults
public PageSequenceResults(String id, int pageCount)
Deprecated.Constructor for the PageSequenceResults object- Parameters:
id
- ID of the page-sequence, if availablepageCount
- The number of resulting pages
-
-
Method Detail
-
getID
public String getID()
Deprecated.Gets the ID of the page-sequence if one was specified.- Returns:
- The ID
-
getPageCount
public int getPageCount()
Deprecated.Gets the number of pages that resulted by processing the page-sequence.- Returns:
- The number of pages generated
-
-