Uses of Class
com.openhtmltopdf.render.PageBox
| Package | Description |
|---|---|
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.render | |
| com.openhtmltopdf.render.displaylist |
-
Uses of PageBox in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return PageBox Modifier and Type Method Description static PageBoxLayer. createPageBox(CssContext c, String pseudoPage)PageBoxLayer. getFirstPage(CssContext c, int absY)Returns the page box for a Y position.PageBoxLayer. getFirstPage(CssContext c, Box box)PageBoxLayer. getLastPage()PageBoxLayer. getLastPage(CssContext c, Box box)PageBoxLayer. getPage(CssContext c, int yOffset)PageBoxLayoutContext. getPage()Methods in com.openhtmltopdf.layout that return types with arguments of type PageBox Modifier and Type Method Description List<PageBox>Layer. getPages()Methods in com.openhtmltopdf.layout with parameters of type PageBox Modifier and Type Method Description BlockBoxLayer. getRunningBlock(String identifer, PageBox page, PageElementPosition which)booleanLayer. isLastPage(PageBox pageBox)voidLayoutContext. setPage(PageBox page)Method parameters in com.openhtmltopdf.layout with type arguments of type PageBox Modifier and Type Method Description voidLayer. setPages(List<PageBox> pages) -
Uses of PageBox in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return PageBox Modifier and Type Method Description PageBoxContentLimitContainer. getPage(LayoutContext c, int absY)PageBoxRenderingContext. getPage()Methods in com.openhtmltopdf.render with parameters of type PageBox Modifier and Type Method Description voidRenderingContext. setPage(int pageNo, PageBox page) -
Uses of PageBox in com.openhtmltopdf.render.displaylist
Methods in com.openhtmltopdf.render.displaylist that return PageBox Modifier and Type Method Description protected PageBoxPagedBoxCollector. getPageBox(int pageNo)Methods in com.openhtmltopdf.render.displaylist with parameters of type PageBox Modifier and Type Method Description static AffineTransformTransformCreator. createPageCoordinatesTranform(RenderingContext c, Box box, PageBox page, int shadowPageNumber)Creates a transform that can be applied to a page, either PDF or Java2D.static AffineTransformTransformCreator. createPageMarginCoordinatesTransform(RenderingContext c, Box box, PageBox page, int xTranslate, int yTranslate)static intPagedBoxCollector. getShadowPageForBounds(CssContext c, Rectangle bounds, PageBox page)RectanglePagedBoxCollector.PageResult. getShadowWindowOnDocument(PageBox page, CssContext c, int shadowPageNumber)Method parameters in com.openhtmltopdf.render.displaylist with type arguments of type PageBox Modifier and Type Method Description static RectanglePagedBoxCollector. findAdjustedBoundsForBorderBox(CssContext c, Box container, List<PageBox> pages)Finds the document coordinates border box bounds of a box adjusted for transform and clipped according to overflow hidden.static intPagedBoxCollector. findEndPage(CssContext c, Box container, List<PageBox> pages)static List<PagedBoxCollector.PageInfo>PagedBoxCollector. findLayerPages(CssContext c, Layer layer, List<PageBox> pages)Returns the pages a layer appears on including inserted overflow pages.static intPagedBoxCollector. findPageForY(CssContext c, double y, List<PageBox> pages)static intPagedBoxCollector. findStartPage(CssContext c, Box container, List<PageBox> pages)Constructor parameters in com.openhtmltopdf.render.displaylist with type arguments of type PageBox Constructor Description DisplayListCollector(List<PageBox> pages)PagedBoxCollector(List<PageBox> pages, int minPage, int maxPage)A more efficient paged box collector that can only find boxes on pages minPage to maxPage inclusive.PageFinder(List<PageBox> pages)