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.org.apache.fop.pdf.xref org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFName in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFName Modifier and Type Field Description private PDFName
StandardStructureAttributes.Table.Scope. name
private PDFName
StandardStructureTypes.StructureTypeImpl. name
static PDFName
StandardStructureAttributes.Table. NAME
The name to use as an attribute owner.private static PDFName
ObjectStream. OBJ_STM
private static PDFName[]
PDFRoot. PAGEMODE_NAMES
private static PDFName
PDFPageLabels. S_DECIMAL
private static PDFName
PDFPageLabels. S_LOWER_ALPHA
private static PDFName
PDFPageLabels. S_LOWER_ROMAN
private static PDFName
PDFPageLabels. S_UPPER_ALPHA
private static PDFName
PDFPageLabels. S_UPPER_ROMAN
Fields in org.apache.fop.pdf with type parameters of type PDFName Modifier and Type Field Description private java.util.Map<PDFName,java.lang.String>
PDFInfo. customProperties
Methods in org.apache.fop.pdf that return PDFName Modifier and Type Method Description PDFName
PDFFont. getBaseFont()
Returns the name of the BaseFont.PDFName
PDFSeparationColorSpace. getColorName()
Returns the name of the colorant.PDFName
PDFResources.LazyName. getName()
PDFName
PDFXObject. getName()
Returns the XObject's name.PDFName
StandardStructureAttributes.Table.Scope. getName()
Returns the name of this attribute.PDFName
StandardStructureTypes.StructureTypeImpl. getName()
PDFName
StructureType. getName()
Returns the name of this structure type.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 Modifier and Type Method Description 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. -
Uses of PDFName in org.apache.fop.pdf.xref
Fields in org.apache.fop.pdf.xref declared as PDFName Modifier and Type Field Description private static PDFName
CrossReferenceStream. XREF
-
Uses of PDFName in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFName Modifier and Type Field Description private static PDFName
PDFLogicalStructureHandler. MCR
private static PDFName
PDFLogicalStructureHandler. OBJR
private static PDFName
ImageRawPNGAdapter. RI_ABSOLUTE_COLORIMETRIC
private static PDFName
ImageRawPNGAdapter. RI_PERCEPTUAL
private static PDFName
ImageRawPNGAdapter. RI_RELATIVE_COLORIMETRIC
private static PDFName
ImageRawPNGAdapter. RI_SATURATION
-