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 PDFNameStandardStructureAttributes.Table.Scope. nameprivate PDFNameStandardStructureTypes.StructureTypeImpl. namestatic PDFNameStandardStructureAttributes.Table. NAMEThe name to use as an attribute owner.private static PDFNameObjectStream. OBJ_STMprivate static PDFName[]PDFRoot. PAGEMODE_NAMESprivate static PDFNamePDFPageLabels. S_DECIMALprivate static PDFNamePDFPageLabels. S_LOWER_ALPHAprivate static PDFNamePDFPageLabels. S_LOWER_ROMANprivate static PDFNamePDFPageLabels. S_UPPER_ALPHAprivate static PDFNamePDFPageLabels. S_UPPER_ROMANFields 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. customPropertiesMethods 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.PDFNamePDFResources.LazyName. getName()PDFNamePDFXObject. getName()Returns the XObject's name.PDFNameStandardStructureAttributes.Table.Scope. getName()Returns the name of this attribute.PDFNameStandardStructureTypes.StructureTypeImpl. getName()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. -
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 PDFNameCrossReferenceStream. 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 PDFNamePDFLogicalStructureHandler. MCRprivate static PDFNamePDFLogicalStructureHandler. OBJRprivate static PDFNameImageRawPNGAdapter. RI_ABSOLUTE_COLORIMETRICprivate static PDFNameImageRawPNGAdapter. RI_PERCEPTUALprivate static PDFNameImageRawPNGAdapter. RI_RELATIVE_COLORIMETRICprivate static PDFNameImageRawPNGAdapter. RI_SATURATION
-