Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<PDFName,PDFColorSpace> |
PDFResources.colorSpaces
Map of color spaces (key: color space name)
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected PDFName |
PDFFont.getPDFNameForFontType(FontType fontType)
Returns the PDF name for a certain font type.
|
PDFName |
PDFStructElem.getStructureType()
Returns the structure type of this structure element.
|
Modifier and Type | Method and Description |
---|---|
PDFColorSpace |
PDFResources.getColorSpace(PDFName name)
Returns a color space by name.
|
PDFStructElem |
PDFDocument.makeStructureElement(PDFName structureType,
PDFObject parent)
Creates and returns a structure element.
|
void |
PDFPage.setTabs(PDFName value)
Specifies the tab order for annotations on a page.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.