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 Page
PageViewport. 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 void
PageViewport. 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 void
AbstractRenderer. renderPageAreas(Page page)
Renders page areas.
-