Uses of Class
com.aowagie.text.pdf.PdfString
-
Packages that use PdfString Package Description com.aowagie.text.pdf com.aowagie.text.pdf.parser -
-
Uses of PdfString in com.aowagie.text.pdf
Subclasses of PdfString in com.aowagie.text.pdf Modifier and Type Class Description classPdfDatePdfDateis the PDF date object.Methods in com.aowagie.text.pdf that return PdfString Modifier and Type Method Description (package private) PdfStringPdfArray. getAsString(int idx)Returns aPdfObjectas aPdfString, resolving indirect references.PdfStringPdfDictionary. getAsString(PdfName key)Returns aPdfObjectas aPdfString, resolving indirect references.PdfStringPdfString. setHexWriting(boolean hexWriting)Methods in com.aowagie.text.pdf with parameters of type PdfString Modifier and Type Method Description private java.lang.StringDocumentFont. decodeString(PdfString ps)Constructors in com.aowagie.text.pdf with parameters of type PdfString Constructor Description PdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content)Constructs a newPdfAnnotationof subtype text.PdfOutline(PdfOutline parent, PdfAction action, PdfString title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, PdfString title, boolean open)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, PdfString title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, PdfString title, boolean open)Constructs aPdfOutline. -
Uses of PdfString in com.aowagie.text.pdf.parser
Methods in com.aowagie.text.pdf.parser with parameters of type PdfString Modifier and Type Method Description private java.lang.StringPdfContentStreamProcessor. decode(PdfString in)Decodes a PdfString (which will contain glyph ids encoded in the font's encoding) based on the active font, and determine the unicode equivalentprivate voidPdfContentStreamProcessor. displayPdfString(PdfString string, float tj)Displays text.
-