Uses of Class
com.openhtmltopdf.pdfboxout.PagePosition
-
Packages that use PagePosition Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PagePosition in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout with type parameters of type PagePosition Modifier and Type Field Description private java.util.Comparator<PagePosition<?>>PdfBoxRenderer. PAGE_POSITION_COMPARATORStart page to end page and then top to bottom on page.Methods in com.openhtmltopdf.pdfboxout that return PagePosition Modifier and Type Method Description private PagePosition<Box>PdfBoxFastOutputDevice. calcPDFPagePosition(CssContext c, java.lang.String id, Box box)private PagePosition<Box>PdfBoxSlowOutputDevice. calcPDFPagePosition(CssContext c, java.lang.String id, Box box)private <T> PagePosition<T>PdfBoxRenderer. createPagePosition(java.lang.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 PagePosition Modifier and Type Method Description java.util.List<PagePosition<Box>>PdfBoxFastOutputDevice. findPagePositionsByID(CssContext c, java.util.regex.Pattern pattern)java.util.List<PagePosition<Box>>PdfBoxOutputDevice. findPagePositionsByID(CssContext c, java.util.regex.Pattern pattern)java.util.List<PagePosition<Box>>PdfBoxRenderer. findPagePositionsByID(java.util.regex.Pattern pattern)java.util.List<PagePosition<Box>>PdfBoxSlowOutputDevice. findPagePositionsByID(CssContext c, java.util.regex.Pattern pattern)private java.util.List<PagePosition<Layer>>PdfBoxRenderer. getLayerPagePositions(Layer layer, java.util.List<PageBox> pages, RenderingContext ctx)java.util.List<PagePosition<Layer>>PdfBoxRenderer. getLayerPositions(Layer layer)Returns a list of page positions for a single layer.java.util.List<PagePosition<Layer>>PdfBoxRenderer. getLayersPositions()Returns a list of page positions for all layers in the document.
-