Uses of Class
org.apache.fop.layoutmgr.Page
Packages that use Page
-
Uses of Page in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as PageModifier and TypeFieldDescriptionprotected PageAbstractPageSequenceLayoutManager.curPageCurrent page with page-viewport-area being filled by the PSLM.Methods in org.apache.fop.layoutmgr that return PageModifier and TypeMethodDescriptionprotected abstract PageAbstractPageSequenceLayoutManager.createPage(int pageNumber, boolean isBlank) Creates and returns a new page.protected PageExternalDocumentLayoutManager.createPage(int pageNumber, boolean isBlank) Creates and returns a new page.protected PagePageSequenceLayoutManager.createPage(int pageNumber, boolean isBlank) Creates and returns a new page.AbstractLayoutManager.getCurrentPage()AbstractPageSequenceLayoutManager.getCurrentPage()Provides access to the current page.protected PagePageProvider.getPage(boolean isBlank, int index) Returns a Page.PageProvider.getPage(boolean isBlank, int index, int relativeTo) Returns a Page.protected PageAbstractPageSequenceLayoutManager.makeNewPage(boolean isBlank) Makes a new pageprotected PagePageSequenceLayoutManager.makeNewPage(boolean isBlank) protected PagePageSequenceLayoutManager.makeNewPage(boolean isBlank, boolean emptyContent) Methods in org.apache.fop.layoutmgr with parameters of type PageModifier and TypeMethodDescriptionprotected voidAbstractPageSequenceLayoutManager.setCurrentPage(Page currentPage) Provides access for setting the current page.