Uses of Class
org.apache.fop.pdf.PDFWArray
-
Packages that use PDFWArray Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFWArray in org.apache.fop.pdf
Methods in org.apache.fop.pdf with parameters of type PDFWArray Modifier and Type Method Description void
PDFCIDFont. setW(PDFWArray w)
Set the /W arrayvoid
PDFCIDFont. setW2(PDFWArray w2)
Set the /W2 arrayConstructors in org.apache.fop.pdf with parameters of type PDFWArray Constructor Description PDFCIDFont(java.lang.String basefont, CIDFontType cidtype, int dw, PDFWArray w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor)
Create the /Font object
-