Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Method and Description |
---|---|
PDFReference |
AlphaRasterImage.getSoftMaskReference()
Get the PDF reference for a soft mask.
|
PDFReference |
BitmapImage.getSoftMaskReference()
Get the PDF reference for a soft mask.
|
PDFReference |
PDFImage.getSoftMaskReference()
Get the PDF reference for a soft mask.
|
PDFReference |
PDFSeparationColorSpace.getTintFunction()
Returns a reference to the tint function that is used as a fallback if the colorant is
not available.
|
PDFReference |
PDFObject.makeReference()
Creates and returns a reference to this object.
|
Modifier and Type | Method and Description |
---|---|
PDFFormXObject |
PDFDocument.addFormXObject(PDFResourceContext res,
PDFStream cont,
PDFReference formres,
java.lang.String key)
Add a form XObject to the PDF document.
|
Constructor and Description |
---|
PDFFormXObject(int xnumber,
PDFStream contents,
PDFReference resources)
create a FormXObject with the given number and name and load the
image in the object
|
PDFGoToRemote(PDFReference pdfFileSpec,
int page,
boolean newWindow)
Create an GoToR object.
|
PDFLaunch(PDFReference fileSpec)
Creates a new /Launch action.
|
Modifier and Type | Method and Description |
---|---|
PDFReference |
ImageRenderedAdapter.getSoftMaskReference()
Get the PDF reference for a soft mask.
|
PDFReference |
ImageRawPNGAdapter.getSoftMaskReference()
Get the PDF reference for a soft mask.
|
PDFReference |
AbstractImageAdapter.getSoftMaskReference()
Get the PDF reference for a soft mask.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.