|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDFOutlineItem | |
|---|---|
| org.foray.pdf.object | Classes representing various PDF objects, used in the construction of a PDF document. |
| Uses of PDFOutlineItem in org.foray.pdf.object |
|---|
| Methods in org.foray.pdf.object that return PDFOutlineItem | |
|---|---|
PDFOutlineItem |
PDFOutlineParent.createPdfOutlineItem(String titleText,
String internalDestination,
Color color,
boolean italic,
boolean bold)
|
protected PDFOutlineItem |
PDFOutlineParent.getFirst()
Return the first child of this parent. |
protected PDFOutlineItem |
PDFOutlineParent.getLast()
Return the last child of this parent. |
| Methods in org.foray.pdf.object that return types with arguments of type PDFOutlineItem | |
|---|---|
List<PDFOutlineItem> |
PDFOutlineParent.getChildren()
Return the children of this parent. |
| Methods in org.foray.pdf.object with parameters of type PDFOutlineItem | |
|---|---|
void |
PDFOutlineParent.addChild(PDFOutlineItem child)
Add a child to this parent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||