|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFOutlineParent | |
---|---|
org.foray.pdf.object | Classes representing various PDF objects, used in the construction of a PDF document. |
Uses of PDFOutlineParent in org.foray.pdf.object |
---|
Subclasses of PDFOutlineParent in org.foray.pdf.object | |
---|---|
class |
PDFOutline
An Outline dictionary in PDF. |
class |
PDFOutlineItem
An Outline Item Dictionary in PDF. |
Methods in org.foray.pdf.object that return PDFOutlineParent | |
---|---|
PDFOutlineParent |
PDFDocument.getOutlineRoot()
|
Constructors in org.foray.pdf.object with parameters of type PDFOutlineParent | |
---|---|
PDFOutlineItem(PDFDocument doc,
PDFOutlineParent parent,
String title,
PDFAction action,
Color color,
boolean italic,
boolean bold)
Constructor to access an action. |
|
PDFOutlineItem(PDFDocument doc,
PDFOutlineParent parent,
String title,
PDFDestination destination,
Color color,
boolean italic,
boolean bold)
Constructor to access a named destination. |
|
PDFOutlineItem(PDFDocument doc,
PDFOutlineParent parent,
String title,
String destinationString,
Color color,
boolean italic,
boolean bold)
Constructor to access a named destination. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |