Uses of Class
com.lowagie.text.pdf.PdfString
-
Packages that use PdfString Package Description com.lowagie.text.pdf com.lowagie.text.pdf.collection com.lowagie.text.pdf.parser -
-
Uses of PdfString in com.lowagie.text.pdf
Subclasses of PdfString in com.lowagie.text.pdf Modifier and Type Class Description classPdfDatePdfDateis the PDF date object.Methods in com.lowagie.text.pdf that return PdfString Modifier and Type Method Description PdfStringPdfArray. getAsString(int idx)Returns aPdfObjectas aPdfString, resolving indirect references.PdfStringPdfDictionary. getAsString(PdfName key)Returns aPdfObjectas aPdfString, resolving indirect references.PdfStringPdfSignatureAppDataDict. getDate()The software module build date.PdfStringPdfSignatureAppDataDict. getrEx()A text string indicating the version of the application implementation, as described by the Name attribute in this dictionary.PdfStringPdfString. setHexWriting(boolean hexWriting)Constructors in com.lowagie.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.lowagie.text.pdf.collection
Methods in com.lowagie.text.pdf.collection with parameters of type PdfString Modifier and Type Method Description voidPdfCollectionItem. addItem(String key, PdfString value)Sets the value of the collection item. -
Uses of PdfString in com.lowagie.text.pdf.parser
Methods in com.lowagie.text.pdf.parser with parameters of type PdfString Modifier and Type Method Description protected StringParsedText. decode(PdfString pdfString)This constructor should only be called when the origin for text display is at (0,0) and the graphical state reflects all transformations of the baseline.
-