fop 1.0

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
 

Methods in org.apache.fop.pdf that return PDFName
 PDFName PDFXObject.getName()
          Returns the XObject's name.
 PDFName PDFStructElem.getStructureType()
          Returns the structure type of this structure element.
 PDFName PDFFont.getBaseFont()
          Returns the name of the BaseFont.
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
 void PDFPage.setTabs(PDFName value)
          Specifies the tab order for annotations on a page.
 PDFStructElem PDFFactory.makeStructureElement(PDFName structureType, PDFObject parent)
          Creates and returns a StructElem object.
 


fop 1.0

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