Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.collection | |
com.itextpdf.text.pdf.fonts.cmaps |
Modifier and Type | Class and Description |
---|---|
class |
PdfDate
PdfDate is the PDF date object. |
Modifier and Type | Field and Description |
---|---|
protected PdfString |
PdfDocument.language |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<PdfString> |
PdfReader.strings |
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 |
PdfArtifact.getType() |
PdfString |
PdfString.setHexWriting(boolean hexWriting) |
Modifier and Type | Method and Description |
---|---|
void |
PdfArtifact.setType(PdfString type) |
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(java.lang.String key,
PdfString value)
Sets the value of the collection item.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
AbstractCMap.decodeStringToByte(PdfString s) |
java.lang.String |
AbstractCMap.decodeStringToUnicode(PdfString ps) |
Copyright © 2013. All Rights Reserved.