Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfString
-
Packages that use PdfString Package Description com.gitlab.pdftk_java com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfString in com.gitlab.pdftk_java
Methods in com.gitlab.pdftk_java with parameters of type PdfString Modifier and Type Method Description (package private) static java.lang.String
report. OutputPdfString(PdfString pdfss_p, boolean utf8_b)
-
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 class
PdfDate
PdfDate
is the PDF date object.Methods in com.gitlab.pdftk_java.com.lowagie.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
PdfString. setHexWriting(boolean hexWriting)
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfString Modifier and Type Method Description private java.lang.String
FdfReader. decodeString(PdfString vs)
Constructors in com.gitlab.pdftk_java.com.lowagie.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
.
-