Uses of Class
com.itextpdf.text.pdf.PdfString

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 declared as PdfString
protected  PdfString PdfDocument.language
           
 

Fields in com.itextpdf.text.pdf with type parameters of type PdfString
protected  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 PdfArtifact.getType()
           
 PdfString PdfString.setHexWriting(boolean hexWriting)
           
 

Methods in com.itextpdf.text.pdf with parameters of type PdfString
 void PdfArtifact.setType(PdfString type)
           
 

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(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)
           
 String AbstractCMap.decodeStringToUnicode(PdfString ps)
           
 



Copyright © 2013. All Rights Reserved.