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 Page
AbstractPageSequenceLayoutManager.curPage
Current page with page-viewport-area being filled by the PSLM.(package private) final Page
PageProvider.Column.page
Fields in org.apache.fop.layoutmgr with type parameters of type PageMethods in org.apache.fop.layoutmgr that return PageModifier and TypeMethodDescriptionprivate Page
PageProvider.cacheNextPage
(int index, boolean isBlank, boolean isLastPage, boolean spanAll) protected abstract Page
AbstractPageSequenceLayoutManager.createPage
(int pageNumber, boolean isBlank) Creates and returns a new page.protected Page
ExternalDocumentLayoutManager.createPage
(int pageNumber, boolean isBlank) Creates and returns a new page.protected Page
PageSequenceLayoutManager.createPage
(int pageNumber, boolean isBlank) Creates and returns a new page.AbstractLayoutManager.getCurrentPage()
AbstractPageSequenceLayoutManager.getCurrentPage()
Provides access to the current page.protected Page
PageProvider.getPage
(boolean isBlank, int index) Returns a Page.PageProvider.getPage
(boolean isBlank, int index, int relativeTo) Returns a Page.(package private) Page
PageProvider.getPageFromColumnIndex
(int columnIndex) protected Page
AbstractPageSequenceLayoutManager.makeNewPage
(boolean isBlank) Makes a new pageprotected Page
PageSequenceLayoutManager.makeNewPage
(boolean isBlank) protected Page
PageSequenceLayoutManager.makeNewPage
(boolean isBlank, boolean emptyContent) Methods in org.apache.fop.layoutmgr with parameters of type PageModifier and TypeMethodDescriptionprivate boolean
PageSequenceLayoutManager.flowNameEquals
(Page newPage, boolean strict) protected void
AbstractPageSequenceLayoutManager.setCurrentPage
(Page currentPage) Provides access for setting the current page.Constructors in org.apache.fop.layoutmgr with parameters of type Page