Package | Description |
---|---|
com.lowagie.text.pdf |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected List<PdfOutline> |
PdfOutline.kids |
Modifier and Type | Method and Description |
---|---|
PdfOutline |
PdfWriter.getRootOutline()
Use this method to get the root outline
and construct bookmarks.
|
PdfOutline |
PdfDocument.getRootOutline()
Gets the root outline.
|
PdfOutline |
PdfContentByte.getRootOutline()
Gets the root outline.
|
PdfOutline |
PdfOutline.parent()
Gets the parent of this
PdfOutline . |
Modifier and Type | Method and Description |
---|---|
List<PdfOutline> |
PdfOutline.getKids()
Returns the kids of this outline
|
Modifier and Type | Method and Description |
---|---|
PdfIndirectReference |
PdfCopy.add(PdfOutline outline) |
void |
PdfOutline.addKid(PdfOutline outline)
Adds a kid to the outline
|
void |
PdfContentByte.addOutline(PdfOutline outline,
String name)
Adds a named outline to the document.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfOutline.setKids(List<PdfOutline> kids)
Sets the kids of this outline
|
Constructor and Description |
---|
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,
String title)
Constructs a
PdfOutline . |
PdfOutline(PdfOutline parent,
PdfAction action,
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,
String title)
Constructs a
PdfOutline . |
PdfOutline(PdfOutline parent,
PdfDestination destination,
String title,
boolean open)
Constructs a
PdfOutline . |
Copyright © 2018. All rights reserved.