Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfString
-
Packages that use PdfString Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfString in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfString in com.gitlab.pdftk_java.com.lowagie.text.pdf Modifier and Type Class Description classPdfDatePdfDateis the PDF date object.Methods in com.gitlab.pdftk_java.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.PdfStringPdfString. setHexWriting(boolean hexWriting)Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfString Constructor Description 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.
-