Uses of Class
com.openhtmltopdf.pdfboxout.PagePosition
-
Packages that use PagePosition Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PagePosition in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout that return types with arguments of type PagePosition Modifier and Type Method Description List<PagePosition<Box>>PdfBoxFastOutputDevice. findPagePositionsByID(CssContext c, Pattern pattern)List<PagePosition<Box>>PdfBoxOutputDevice. findPagePositionsByID(CssContext c, Pattern pattern)List<PagePosition<Box>>PdfBoxRenderer. findPagePositionsByID(Pattern pattern)List<PagePosition<Box>>PdfBoxSlowOutputDevice. findPagePositionsByID(CssContext c, Pattern pattern)List<PagePosition<Layer>>PdfBoxRenderer. getLayerPositions(Layer layer)Returns a list of page positions for a single layer.List<PagePosition<Layer>>PdfBoxRenderer. getLayersPositions()Returns a list of page positions for all layers in the document.
-