Uses of Class
org.apache.fop.pdf.PDFNames
-
Packages that use PDFNames Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFNames in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return PDFNames Modifier and Type Method Description PDFNames
PDFRoot. getNames()
Returns the /Names object.PDFNames
PDFFactory. makeNames()
Make a names dictionary (the /Names object).Methods in org.apache.fop.pdf with parameters of type PDFNames Modifier and Type Method Description void
PDFRoot. setNames(PDFNames names)
Set the /Names object.
-