-
Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFastOutputDevice
| Modifier and Type |
Method |
Description |
static org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageXYZDestination |
PdfBoxBookmarkManager.createBoxDestination(com.openhtmltopdf.render.RenderingContext c,
org.apache.pdfbox.pdmodel.PDDocument writer,
PdfBoxFastOutputDevice od,
float dotsPerPoint,
com.openhtmltopdf.render.Box root,
com.openhtmltopdf.render.Box box) |
Creates a PDPageXYZDestination with the Y set to the min Y of the border box and
the X and Z set to null.
|
static org.apache.pdfbox.pdmodel.graphics.shading.PDShading |
GradientHelper.createLinearGradient(PdfBoxFastOutputDevice od,
AffineTransform transform,
com.openhtmltopdf.css.style.derived.FSLinearGradient gradient,
Shape bounds) |
This method is used for creating linear gradient with its components.
|