Uses of Class
org.apache.fop.layoutmgr.Page
-
Packages that use Page Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of Page in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as Page Modifier and Type Field Description protected PageAbstractPageSequenceLayoutManager. curPageCurrent page with page-viewport-area being filled by the PSLM.(package private) PagePageProvider.Column. pageFields in org.apache.fop.layoutmgr with type parameters of type Page Modifier and Type Field Description private java.util.List<Page>PageProvider. cachedPagesMethods in org.apache.fop.layoutmgr that return Page Modifier and Type Method Description private PagePageProvider. cacheNextPage(int index, boolean isBlank, boolean isLastPage, boolean spanAll)protected 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.PageAbstractLayoutManager. getCurrentPage()PageAbstractPageSequenceLayoutManager. getCurrentPage()Provides access to the current page.protected PagePageProvider. getPage(boolean isBlank, int index)Returns a Page.PagePageProvider. getPage(boolean isBlank, int index, int relativeTo)Returns a Page.(package private) PagePageProvider. getPageFromColumnIndex(int columnIndex)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 Page Modifier and Type Method Description private booleanPageSequenceLayoutManager. flowNameEquals(Page newPage, boolean strict)protected voidAbstractPageSequenceLayoutManager. setCurrentPage(Page currentPage)Provides access for setting the current page.Constructors in org.apache.fop.layoutmgr with parameters of type Page Constructor Description Column(Page page, int pageIndex, int colIndex, int columnCount)
-