public class PdfBoxBookmarkManager extends Object
| Constructor and Description |
|---|
PdfBoxBookmarkManager(Document xml,
org.apache.pdfbox.pdmodel.PDDocument doc,
SharedContext sharedContext,
float dotsPerPoint,
PdfBoxFastOutputDevice od) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageXYZDestination |
createBoxDestination(RenderingContext c,
org.apache.pdfbox.pdmodel.PDDocument writer,
PdfBoxFastOutputDevice od,
float dotsPerPoint,
Box root,
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. |
void |
loadBookmarks() |
void |
writeOutline(RenderingContext c,
Box root) |
public PdfBoxBookmarkManager(Document xml, org.apache.pdfbox.pdmodel.PDDocument doc, SharedContext sharedContext, float dotsPerPoint, PdfBoxFastOutputDevice od)
public void writeOutline(RenderingContext c, Box root)
public static org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageXYZDestination createBoxDestination(RenderingContext c, org.apache.pdfbox.pdmodel.PDDocument writer, PdfBoxFastOutputDevice od, float dotsPerPoint, Box root, Box box)
PDPageXYZDestination with the Y set to the min Y of the border box and
the X and Z set to null. Takes into account any transforms set for the box as well as inserted overflow pages.public void loadBookmarks()
Copyright © 2004–2025. All rights reserved.