Uses of Class
com.itextpdf.text.pdf.PdfString
-
Packages that use PdfString Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.collection -
-
Uses of PdfString in com.itextpdf.text.pdf
Subclasses of PdfString in com.itextpdf.text.pdf Modifier and Type Class Description classPdfDatePdfDateis the PDF date object.Methods in com.itextpdf.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.PdfStringPdfString. setHexWriting(boolean hexWriting)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 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.itextpdf.text.pdf.collection
Methods in com.itextpdf.text.pdf.collection with parameters of type PdfString Modifier and Type Method Description voidPdfCollectionItem. addItem(java.lang.String key, PdfString value)Sets the value of the collection item.
-