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
Fields in org.apache.fop.pdf declared as PDFWArray Modifier and Type Field Description private PDFWArrayPDFCIDFont. wprivate PDFWArrayPDFCIDFont. w2Methods in org.apache.fop.pdf that return PDFWArray Modifier and Type Method Description private PDFWArrayPDFFactory. getFontWidths(CIDFont cidFont)Methods in org.apache.fop.pdf with parameters of type PDFWArray Modifier and Type Method Description voidPDFCIDFont. setW(PDFWArray w)Set the /W arrayvoidPDFCIDFont. 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
-