| Package | Description |
|---|---|
| com.aowagie.text.pdf |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfDate
PdfDate is the PDF date object. |
| Modifier and Type | Method and Description |
|---|---|
PdfString |
PdfDictionary.getAsString(PdfName key)
Returns a
PdfObject as a PdfString,
resolving indirect references. |
PdfString |
PdfString.setHexWriting(boolean hexWriting) |
| Constructor and Description |
|---|
PdfAnnotation(PdfWriter writer,
float llx,
float lly,
float urx,
float ury,
PdfString title,
PdfString content)
Constructs a new
PdfAnnotation of subtype text. |
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,
PdfDestination destination,
PdfString title)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfDestination destination,
PdfString title,
boolean open)
Constructs a
PdfOutline. |
Copyright © 2021. All rights reserved.