Uses of Class
com.openhtmltopdf.render.PageBox
Packages that use PageBox
Package
Description
-
Uses of PageBox in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return PageBoxModifier and TypeMethodDescriptionstatic PageBoxLayer.createPageBox(CssContext c, String pseudoPage) Layer.getFirstPage(CssContext c, int absY) Returns the page box for a Y position.Layer.getFirstPage(CssContext c, Box box) Layer.getLastPage()Layer.getLastPage(CssContext c, Box box) Layer.getPage(CssContext c, int yOffset) Gets the page box for the given document y offset.LayoutContext.getPage()Methods in com.openhtmltopdf.layout that return types with arguments of type PageBoxModifier and TypeMethodDescriptionLayer.getPages()Layer.getPages(CssContext c, int top, int bottom) Tries to return a list of pages that cover top to bottom.Methods in com.openhtmltopdf.layout with parameters of type PageBoxModifier and TypeMethodDescriptionLayer.getRunningBlock(String identifer, PageBox page, PageElementPosition which) booleanLayer.isLastPage(PageBox pageBox) voidMethod parameters in com.openhtmltopdf.layout with type arguments of type PageBox -
Uses of PageBox in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return PageBoxModifier and TypeMethodDescriptionContentLimitContainer.getPage(LayoutContext c, int absY) RenderingContext.getPage()Methods in com.openhtmltopdf.render with parameters of type PageBox -
Uses of PageBox in com.openhtmltopdf.render.displaylist
Methods in com.openhtmltopdf.render.displaylist that return PageBoxMethods in com.openhtmltopdf.render.displaylist with parameters of type PageBoxModifier and TypeMethodDescriptionstatic 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) PagedBoxCollector.PageResult.getShadowWindowOnDocument(PageBox page, CssContext c, int shadowPageNumber) Method parameters in com.openhtmltopdf.render.displaylist with type arguments of type PageBoxModifier and TypeMethodDescriptionstatic 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 PageBoxModifierConstructorDescriptionDisplayListCollector(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)