Uses of Class
org.apache.fop.pdf.PDFReference
-
Packages that use PDFReference Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Rendererorg.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of PDFReference in org.apache.fop.pdf
Fields in org.apache.fop.pdf with type parameters of type PDFReference Modifier and Type Field Description protected java.util.Map<java.lang.String,PDFReference>PDFResources. propertiesNamed propertiesMethods in org.apache.fop.pdf that return PDFReference Modifier and Type Method Description PDFReferencePDFResources. getProperty(java.lang.String name)Get a named property.PDFReferenceAlphaRasterImage. getSoftMaskReference()Get the PDF reference for a soft mask.PDFReferenceBitmapImage. getSoftMaskReference()Get the PDF reference for a soft mask.PDFReferencePDFImage. getSoftMaskReference()Get the PDF reference for a soft mask.PDFReferencePDFSeparationColorSpace. getTintFunction()Returns a reference to the tint function that is used as a fallback if the colorant is not available.PDFReferencePDFObject. makeReference()Creates and returns a reference to this object.PDFReferencePDFDocument. resolveExtensionReference(java.lang.String id)Methods in org.apache.fop.pdf with parameters of type PDFReference Modifier and Type Method Description PDFFormXObjectPDFDocument. addFormXObject(PDFResourceContext res, PDFStream cont, PDFReference formres, java.lang.String key)Add a form XObject to the PDF document.voidPDFResources. addProperty(java.lang.String name, PDFReference property)Add a named property.PDFOutlinePDFFactory. makeOutline(PDFOutline parent, java.lang.String label, PDFReference actionRef, boolean showSubItems)Make an outline object and add it to the given parentvoidPDFPage. setContents(PDFReference contents)set this page contentsvoidPDFGoTo. setPageReference(PDFReference pageReference)Sets page reference after object has been createdConstructors in org.apache.fop.pdf with parameters of type PDFReference Constructor Description BitmapImage(java.lang.String k, int width, int height, byte[] data, PDFReference mask)Create a bitmap image.PDFFormXObject(int xnumber, PDFStream contents, PDFReference resources)create a FormXObject with the given number and name and load the image in the objectPDFGoToRemote(PDFReference pdfFileSpec, int page, boolean newWindow)Create an GoToR object.PDFLaunch(PDFReference fileSpec)Creates a new /Launch action.PDFOutline(java.lang.String title, PDFReference action, boolean openItem)Create a PDF outline with the title and action. -
Uses of PDFReference in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFReference Modifier and Type Method Description PDFReferenceAbstractImageAdapter. getSoftMaskReference()Get the PDF reference for a soft mask.PDFReferenceImageRawPNGAdapter. getSoftMaskReference()Get the PDF reference for a soft mask.PDFReferenceImageRenderedAdapter. getSoftMaskReference()Get the PDF reference for a soft mask. -
Uses of PDFReference in org.apache.fop.svg
Fields in org.apache.fop.svg declared as PDFReference Modifier and Type Field Description protected PDFReferencePDFGraphics2D. pageRefThe PDF reference of the current page.Methods in org.apache.fop.svg that return PDFReference Modifier and Type Method Description PDFReferencePDFGraphics2D. getPageReference()Gets the PDF reference of the current page.Constructors in org.apache.fop.svg with parameters of type PDFReference Constructor Description PDFGraphics2D(boolean textAsShapes, FontInfo fi, PDFDocument doc, PDFResourceContext page, PDFReference pref, java.lang.String font, float size, PDFGraphics2D.TransparencyIgnoredEventListener listener)Create a new PDFGraphics2D with the given pdf document info.
-