Uses of Class
com.aowagie.text.pdf.PdfTextArray
Packages that use PdfTextArray
-
Uses of PdfTextArray in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfTextArrayModifier and TypeMethodDescriptionprivate static PdfTextArray
PdfContentByte.getKernArray
(String text, BaseFont font) Constructs a kern array for a text in a certain fontMethods in com.aowagie.text.pdf with parameters of type PdfTextArrayModifier and TypeMethodDescription(package private) void
PdfContentByte.showText
(PdfTextArray text) Show an array of text.