Uses of Class
com.itextpdf.text.pdf.PdfString
-
Packages that use PdfString Package Description com.itextpdf.testutils com.itextpdf.text.pdf com.itextpdf.text.pdf.collection com.itextpdf.text.pdf.fonts.cmaps com.itextpdf.text.pdf.parser -
-
Uses of PdfString in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfString Modifier and Type Method Description boolean
CompareTool. compareStrings(PdfString outString, PdfString cmpString)
-
Uses of PdfString in com.itextpdf.text.pdf
Subclasses of PdfString in com.itextpdf.text.pdf Modifier and Type Class Description class
PdfDate
PdfDate
is the PDF date object.Fields in com.itextpdf.text.pdf declared as PdfString Modifier and Type Field Description protected PdfString
PdfDocument. language
Fields in com.itextpdf.text.pdf with type parameters of type PdfString Modifier and Type Field Description protected java.util.ArrayList<PdfString>
PdfReader. strings
Methods in com.itextpdf.text.pdf that return PdfString Modifier and Type Method Description PdfString
PdfArray. getAsString(int idx)
Returns aPdfObject
as aPdfString
, resolving indirect references.PdfString
PdfDictionary. getAsString(PdfName key)
Returns aPdfObject
as aPdfString
, resolving indirect references.PdfString
PdfArtifact. getType()
PdfString
PdfString. setHexWriting(boolean hexWriting)
Methods in com.itextpdf.text.pdf with parameters of type PdfString Modifier and Type Method Description PdfAnnotation
PdfAStamperImp. createAnnotation(float llx, float lly, float urx, float ury, PdfString title, PdfString content, PdfName subtype)
PdfAnnotation
PdfAWriter. createAnnotation(float llx, float lly, float urx, float ury, PdfString title, PdfString content, PdfName subtype)
PdfAnnotation
PdfWriter. createAnnotation(float llx, float lly, float urx, float ury, PdfString title, PdfString content, PdfName subtype)
A wrapper around PdfAnnotation constructor.void
PdfArtifact. setType(PdfString type)
Constructors in com.itextpdf.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 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.itextpdf.text.pdf.collection
Methods in com.itextpdf.text.pdf.collection with parameters of type PdfString Modifier and Type Method Description void
PdfCollectionItem. addItem(java.lang.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 Modifier and Type Method Description static byte[]
AbstractCMap. decodeStringToByte(PdfString s)
java.lang.String
AbstractCMap. decodeStringToUnicode(PdfString ps)
-
Uses of PdfString in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return PdfString Modifier and Type Method Description PdfString
TextRenderInfo. getPdfString()
-