Uses of Class
com.openhtmltopdf.pdfboxout.PagePosition
Packages that use PagePosition
-
Uses of PagePosition in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout with type parameters of type PagePositionModifier and TypeFieldDescriptionprivate final Comparator
<PagePosition<?>> PdfBoxRenderer.PAGE_POSITION_COMPARATOR
Start page to end page and then top to bottom on page.Methods in com.openhtmltopdf.pdfboxout that return PagePositionModifier and TypeMethodDescriptionprivate PagePosition
<Box> PdfBoxFastOutputDevice.calcPDFPagePosition
(CssContext c, String id, Box box) private PagePosition
<Box> PdfBoxSlowOutputDevice.calcPDFPagePosition
(CssContext c, String id, Box box) private <T> PagePosition
<T> PdfBoxRenderer.createPagePosition
(String id, T element, int pageNo, float x, float y, float w, float h) Methods in com.openhtmltopdf.pdfboxout that return types with arguments of type PagePositionModifier and TypeMethodDescriptionPdfBoxFastOutputDevice.findPagePositionsByID
(CssContext c, Pattern pattern) PdfBoxOutputDevice.findPagePositionsByID
(CssContext c, Pattern pattern) PdfBoxRenderer.findPagePositionsByID
(Pattern pattern) PdfBoxSlowOutputDevice.findPagePositionsByID
(CssContext c, Pattern pattern) private List
<PagePosition<Layer>> PdfBoxRenderer.getLayerPagePositions
(Layer layer, List<PageBox> pages, RenderingContext ctx) PdfBoxRenderer.getLayerPositions
(Layer layer) Returns a list of page positions for a single layer.PdfBoxRenderer.getLayersPositions()
Returns a list of page positions for all layers in the document.