|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PdfOutline | |
|---|---|
| com.itextpdf.text.pdf | |
| Uses of PdfOutline in com.itextpdf.text.pdf |
|---|
| Fields in com.itextpdf.text.pdf declared as PdfOutline | |
|---|---|
protected PdfOutline |
PdfDocument.currentOutline
This is the current PdfOutline in the hierarchy of outlines. |
protected PdfOutline |
PdfDocument.rootOutline
This is the root outline of the document. |
| Fields in com.itextpdf.text.pdf with type parameters of type PdfOutline | |
|---|---|
protected java.util.ArrayList<PdfOutline> |
PdfOutline.kids
|
| Methods in com.itextpdf.text.pdf that return PdfOutline | |
|---|---|
PdfOutline |
PdfContentByte.getRootOutline()
Gets the root outline. |
PdfOutline |
PdfDocument.getRootOutline()
Gets the root outline. |
PdfOutline |
PdfWriter.getRootOutline()
Use this method to get the root outline and construct bookmarks. |
PdfOutline |
PdfOutline.parent()
Gets the parent of this PdfOutline. |
| Methods in com.itextpdf.text.pdf that return types with arguments of type PdfOutline | |
|---|---|
java.util.ArrayList<PdfOutline> |
PdfOutline.getKids()
Returns the kids of this outline |
| Methods in com.itextpdf.text.pdf with parameters of type PdfOutline | |
|---|---|
PdfIndirectReference |
PdfCopy.add(PdfOutline outline)
|
void |
PdfOutline.addKid(PdfOutline outline)
Adds a kid to the outline |
void |
PdfContentByte.addOutline(PdfOutline outline,
java.lang.String name)
Adds a named outline to the document. |
| Method parameters in com.itextpdf.text.pdf with type arguments of type PdfOutline | |
|---|---|
void |
PdfOutline.setKids(java.util.ArrayList<PdfOutline> kids)
Sets the kids of this outline |
| Constructors in com.itextpdf.text.pdf with parameters of type PdfOutline | |
|---|---|
PdfOutline(PdfOutline parent,
PdfAction action,
Paragraph title)
Constructs a PdfOutline. |
|
PdfOutline(PdfOutline parent,
PdfAction action,
Paragraph title,
boolean open)
Constructs a PdfOutline. |
|
PdfOutline(PdfOutline parent,
PdfAction action,
PdfString title)
Constructs a PdfOutline. |
|
PdfOutline(PdfOutline parent,
PdfAction action,
PdfString title,
boolean open)
Constructs a PdfOutline. |
|
PdfOutline(PdfOutline parent,
PdfAction action,
java.lang.String title)
Constructs a PdfOutline. |
|
PdfOutline(PdfOutline parent,
PdfAction action,
java.lang.String title,
boolean open)
Constructs a PdfOutline. |
|
PdfOutline(PdfOutline parent,
PdfDestination destination,
Paragraph title)
Constructs a PdfOutline. |
|
PdfOutline(PdfOutline parent,
PdfDestination destination,
Paragraph title,
boolean open)
Constructs a PdfOutline. |
|
PdfOutline(PdfOutline parent,
PdfDestination destination,
PdfString title)
Constructs a PdfOutline. |
|
PdfOutline(PdfOutline parent,
PdfDestination destination,
PdfString title,
boolean open)
Constructs a PdfOutline. |
|
PdfOutline(PdfOutline parent,
PdfDestination destination,
java.lang.String title)
Constructs a PdfOutline. |
|
PdfOutline(PdfOutline parent,
PdfDestination destination,
java.lang.String title,
boolean open)
Constructs a PdfOutline. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||