Uses of Class
com.aowagie.text.pdf.PdfString
Packages that use PdfString
-
Uses of PdfString in com.aowagie.text.pdf
Subclasses of PdfString in com.aowagie.text.pdfMethods in com.aowagie.text.pdf that return PdfStringModifier and TypeMethodDescription(package private) PdfString
PdfArray.getAsString
(int idx) Returns aPdfObject
as aPdfString
, resolving indirect references.PdfDictionary.getAsString
(PdfName key) Returns aPdfObject
as aPdfString
, resolving indirect references.PdfString.setHexWriting
(boolean hexWriting) Methods in com.aowagie.text.pdf with parameters of type PdfStringConstructors in com.aowagie.text.pdf with parameters of type PdfStringModifierConstructorDescriptionPdfAnnotation
(PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content) Constructs a newPdfAnnotation
of 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 PdfStringModifier and TypeMethodDescriptionprivate String
Decodes a PdfString (which will contain glyph ids encoded in the font's encoding) based on the active font, and determine the unicode equivalentprivate void
PdfContentStreamProcessor.displayPdfString
(PdfString string, float tj) Displays text.