-
Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxOutputDevice
| Modifier and Type |
Method |
Description |
void |
PdfBoxPerDocumentFormState.addFormIfRequired(com.openhtmltopdf.render.Box box,
PdfBoxOutputDevice od) |
Adds a form to a map to be used later by processControls.
|
static PdfBoxForm |
PdfBoxForm.createForm(Element e,
PdfBoxPerDocumentFormState forms,
PdfBoxOutputDevice od) |
|
static Rectangle2D |
PdfBoxFastLinkManager.createTargetArea(com.openhtmltopdf.render.RenderingContext c,
com.openhtmltopdf.render.Box box,
float pageHeight,
AffineTransform transform,
com.openhtmltopdf.render.Box _root,
PdfBoxOutputDevice _od) |
|
static Rectangle2D |
PdfBoxLinkManager.createTargetArea(com.openhtmltopdf.render.RenderingContext c,
com.openhtmltopdf.render.Box box,
float pageHeight,
AffineTransform transform,
com.openhtmltopdf.render.Box _root,
PdfBoxOutputDevice _od) |
Deprecated.
|
void |
BookmarkElement.paint(com.openhtmltopdf.render.RenderingContext c,
PdfBoxOutputDevice outputDevice,
com.openhtmltopdf.render.BlockBox box) |
|
void |
PdfBoxImageElement.paint(com.openhtmltopdf.render.RenderingContext c,
PdfBoxOutputDevice outputDevice,
com.openhtmltopdf.render.BlockBox box) |
|
void |
PdfBoxObjectDrawerReplacedElement.paint(com.openhtmltopdf.render.RenderingContext c,
PdfBoxOutputDevice outputDevice,
com.openhtmltopdf.render.BlockBox box) |
|
void |
PdfBoxPDFReplacedElement.paint(com.openhtmltopdf.render.RenderingContext c,
PdfBoxOutputDevice outputDevice,
com.openhtmltopdf.render.BlockBox box) |
|
void |
PdfBoxReplacedElement.paint(com.openhtmltopdf.render.RenderingContext c,
PdfBoxOutputDevice outputDevice,
com.openhtmltopdf.render.BlockBox box) |
|
void |
PdfBoxSVGReplacedElement.paint(com.openhtmltopdf.render.RenderingContext c,
PdfBoxOutputDevice outputDevice,
com.openhtmltopdf.render.BlockBox box) |
|