Uses of Class
org.xhtmlrenderer.render.PageBox
-
Packages that use PageBox Package Description org.xhtmlrenderer.layout org.xhtmlrenderer.render -
-
Uses of PageBox in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return PageBox Modifier and Type Method Description static PageBoxLayer. createPageBox(CssContext c, String pseudoPage)PageBoxLayer. getFirstPage(CssContext c, Box box)PageBoxLayer. getLastPage()PageBoxLayer. getLastPage(CssContext c, Box box)PageBoxLayer. getPage(CssContext c, int yOffset)PageBoxLayoutContext. getPage()Methods in org.xhtmlrenderer.layout that return types with arguments of type PageBox Modifier and Type Method Description List<PageBox>Layer. getPages()Methods in org.xhtmlrenderer.layout with parameters of type PageBox Modifier and Type Method Description BlockBoxLayer. getRunningBlock(String identifier, PageBox page, PageElementPosition which)booleanLayer. isLastPage(PageBox pageBox)voidLayoutContext. setPage(PageBox page) -
Uses of PageBox in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return PageBox Modifier and Type Method Description PageBoxContentLimitContainer. getPage(LayoutContext c, int absY)PageBoxRenderingContext. getPage()Methods in org.xhtmlrenderer.render with parameters of type PageBox Modifier and Type Method Description voidRenderingContext. setPage(int pageNo, PageBox page)
-