|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PdfString | |
|---|---|
| com.itextpdf.text.pdf | |
| com.itextpdf.text.pdf.collection | |
| com.itextpdf.text.pdf.fonts.cmaps | |
| Uses of PdfString in com.itextpdf.text.pdf |
|---|
| Subclasses of PdfString in com.itextpdf.text.pdf | |
|---|---|
class |
PdfDate
PdfDate is the PDF date object. |
| Fields in com.itextpdf.text.pdf with type parameters of type PdfString | |
|---|---|
protected java.util.ArrayList<PdfString> |
PdfReader.strings
|
| Methods in com.itextpdf.text.pdf that return PdfString | |
|---|---|
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)
|
| Constructors in com.itextpdf.text.pdf with parameters of type PdfString | |
|---|---|
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. |
|
| Uses of PdfString in com.itextpdf.text.pdf.collection |
|---|
| Methods in com.itextpdf.text.pdf.collection with parameters of type PdfString | |
|---|---|
void |
PdfCollectionItem.addItem(java.lang.String key,
PdfString value)
Sets the value of the collection item. |
| Uses of PdfString in com.itextpdf.text.pdf.fonts.cmaps |
|---|
| Methods in com.itextpdf.text.pdf.fonts.cmaps with parameters of type PdfString | |
|---|---|
static byte[] |
AbstractCMap.decodeStringToByte(PdfString s)
|
java.lang.String |
AbstractCMap.decodeStringToUnicode(PdfString ps)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||