Uses of Class
org.apache.fop.pdf.PDFName
-
Packages that use PDFName Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFName in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFName Modifier and Type Field Description static PDFNameStandardStructureAttributes.Table. NAMEThe name to use as an attribute owner.Methods in org.apache.fop.pdf that return PDFName Modifier and Type Method Description PDFNamePDFFont. getBaseFont()Returns the name of the BaseFont.PDFNamePDFSeparationColorSpace. getColorName()Returns the name of the colorant.PDFNamePDFXObject. getName()Returns the XObject's name.PDFNameStandardStructureAttributes.Table.Scope. getName()Returns the name of this attribute.PDFNameStructureType. getName()Returns the name of this structure type.protected PDFNamePDFFont. getPDFNameForFontType(FontType fontType)Returns the PDF name for a certain font type.Methods in org.apache.fop.pdf with parameters of type PDFName Modifier and Type Method Description PDFColorSpacePDFResources. getColorSpace(PDFName name)Returns a color space by name.voidPDFPage. setTabs(PDFName value)Specifies the tab order for annotations on a page.
-