Uses of Class
org.apache.fop.apps.FormattingResults
-
Packages that use FormattingResults Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications.org.apache.fop.area FOP's area tree.org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. -
-
Uses of FormattingResults in org.apache.fop.apps
Methods in org.apache.fop.apps that return FormattingResults Modifier and Type Method Description FormattingResultsFop. getResults()Returns the results of the rendering process. -
Uses of FormattingResults in org.apache.fop.area
Fields in org.apache.fop.area declared as FormattingResults Modifier and Type Field Description private FormattingResultsAreaTreeHandler. resultsMethods in org.apache.fop.area that return FormattingResults Modifier and Type Method Description FormattingResultsAreaTreeHandler. getResults()Get information about the rendered output, like number of pages created. -
Uses of FormattingResults in org.apache.fop.fo
Methods in org.apache.fop.fo that return FormattingResults Modifier and Type Method Description FormattingResultsDelegatingFOEventHandler. getResults()FormattingResultsFOEventHandler. getResults()Get formatting results.FormattingResultsFOTreeBuilder. getResults()Returns the results of the rendering process.
-