Uses of Class
com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
-
Packages that use PdfContentStreamAdapter Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PdfContentStreamAdapter in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as PdfContentStreamAdapter Modifier and Type Field Description private PdfContentStreamAdapter
PdfBoxFastOutputDevice. _cp
private PdfContentStreamAdapter
PdfBoxSlowOutputDevice. _cp
private PdfContentStreamAdapter
PdfBoxAccessibilityHelper. _cs
Methods in com.openhtmltopdf.pdfboxout that return PdfContentStreamAdapter Modifier and Type Method Description PdfContentStreamAdapter
PdfBoxFastOutputDevice. getCurrentPage()
PdfContentStreamAdapter
PdfBoxOutputDevice. getCurrentPage()
PdfContentStreamAdapter
PdfBoxSlowOutputDevice. getCurrentPage()
Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfContentStreamAdapter Modifier and Type Method Description void
PdfBoxAccessibilityHelper. startPage(org.apache.pdfbox.pdmodel.PDPage page, PdfContentStreamAdapter cs, RenderingContext ctx, float pageHeight, java.awt.geom.AffineTransform transform)
-