| Package | Description |
|---|---|
| com.itextpdf.testutils | |
| com.itextpdf.text.pdf | |
| com.itextpdf.text.pdf.collection | |
| com.itextpdf.text.pdf.fonts.cmaps | |
| com.itextpdf.text.pdf.parser |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
CompareTool.compareStrings(PdfString outString,
PdfString cmpString) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PdfDate |
PdfDate is the PDF date object. |
| Modifier and Type | Field | Description |
|---|---|---|
protected PdfString |
PdfDocument.language |
| Modifier and Type | Field | Description |
|---|---|---|
protected ArrayList<PdfString> |
PdfReader.strings |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
PdfAnnotation |
PdfWriter.createAnnotation(float llx,
float lly,
float urx,
float ury,
PdfString title,
PdfString content,
PdfName subtype) |
A wrapper around PdfAnnotation constructor.
|
void |
PdfArtifact.setType(PdfString type) |
| Constructor | 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 | Description |
|---|---|---|
void |
PdfCollectionItem.addItem(String key,
PdfString value) |
Sets the value of the collection item.
|
| Modifier and Type | Method | Description |
|---|---|---|
static byte[] |
AbstractCMap.decodeStringToByte(PdfString s) |
|
String |
AbstractCMap.decodeStringToUnicode(PdfString ps) |
| Modifier and Type | Method | Description |
|---|---|---|
PdfString |
TextRenderInfo.getPdfString() |
Copyright © 2018. All rights reserved.