Package | Description |
---|---|
com.lowagie.text.pdf | |
com.lowagie.text.pdf.collection | |
com.lowagie.text.pdf.parser |
Modifier and Type | Class and Description |
---|---|
class |
PdfDate
PdfDate is the PDF date object. |
Modifier and Type | Method and Description |
---|---|
PdfString |
PdfArray.getAsString(int idx)
Returns a
PdfObject as a PdfString , resolving
indirect references. |
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 . |
Modifier and Type | Method and Description |
---|---|
void |
PdfCollectionItem.addItem(String key,
PdfString value)
Sets the value of the collection item.
|
Modifier and Type | Field and Description |
---|---|
protected PdfString |
ParsedText.pdfText
retain original PdfString as we need to distinguish between the code points contained there,
and the stadnard Java (Unicode strings) that actually represent the content of this text.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ParsedText.decode(PdfString in)
This constructor should only be called when the origin for text display is at (0,0) and the
graphical state reflects all transformations of the baseline.
|
Copyright © 2018. All rights reserved.