fop 2.1

Uses of Class
org.apache.fop.pdf.PDFName

Packages that use PDFName
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
static PDFName StandardStructureAttributes.Table.NAME
          The name to use as an attribute owner.
 

Methods in org.apache.fop.pdf that return PDFName
 PDFName PDFFont.getBaseFont()
          Returns the name of the BaseFont.
 PDFName PDFSeparationColorSpace.getColorName()
          Returns the name of the colorant.
 PDFName PDFXObject.getName()
          Returns the XObject's name.
 PDFName StructureType.getName()
          Returns the name of this structure type.
 PDFName StandardStructureAttributes.Table.Scope.getName()
          Returns the name of this attribute.
protected  PDFName PDFFont.getPDFNameForFontType(FontType fontType)
          Returns the PDF name for a certain font type.
 

Methods in org.apache.fop.pdf with parameters of type PDFName
 PDFColorSpace PDFResources.getColorSpace(PDFName name)
          Returns a color space by name.
 void PDFPage.setTabs(PDFName value)
          Specifies the tab order for annotations on a page.
 


fop 2.1

Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.