Uses of Class
org.apache.fop.area.Page
-
Packages that use Page Package Description org.apache.fop.area FOP's area tree.org.apache.fop.render Generic renderer interface. -
-
Uses of Page in org.apache.fop.area
Methods in org.apache.fop.area that return Page Modifier and Type Method Description PagePageViewport. getPage()Get the page reference area with the contents.Methods in org.apache.fop.area with parameters of type Page Modifier and Type Method Description voidPageViewport. setPage(Page page)Sets the page object for this PageViewport. -
Uses of Page in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type Page Modifier and Type Method Description protected voidAbstractRenderer. renderPageAreas(Page page)Renders page areas.
-