Uses of Class
com.lowagie.text.pdf.PdfString
Packages that use PdfString
Package
Description
-
Uses of PdfString in com.lowagie.text.pdf
Subclasses of PdfString in com.lowagie.text.pdfMethods in com.lowagie.text.pdf that return PdfStringModifier and TypeMethodDescriptionPdfArray.getAsString(int idx) Returns aPdfObjectas aPdfString, resolving indirect references.PdfDictionary.getAsString(PdfName key) Returns aPdfObjectas aPdfString, resolving indirect references.PdfString.setHexWriting(boolean hexWriting) Constructors in com.lowagie.text.pdf with parameters of type PdfStringModifierConstructorDescriptionPdfAnnotation(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 -
Uses of PdfString in com.lowagie.text.pdf.parser
Methods in com.lowagie.text.pdf.parser with parameters of type PdfStringModifier and TypeMethodDescriptionvoidPdfContentStreamProcessor.displayPdfString(PdfString string, float tj) Displays text.