Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.extensions.xmp |
Extension classes which handles XMP metadata.
|
org.apache.fop.render.afp.extensions | |
org.apache.fop.render.pdf.extensions | |
org.apache.fop.render.ps.extensions |
Extensions specific to the PostScript Renderer.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ExtensionAttachment> |
AreaTreeObject.extensionAttachments
Extension attachments
|
Modifier and Type | Method and Description |
---|---|
ExtensionAttachment |
OffDocumentExtensionAttachment.getAttachment() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExtensionAttachment> |
AreaTreeObject.getExtensionAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
AreaTreeObject.addExtensionAttachment(ExtensionAttachment attachment)
Adds a new ExtensionAttachment instance to this page.
|
Modifier and Type | Method and Description |
---|---|
void |
AreaTreeObject.setExtensionAttachments(java.util.List<ExtensionAttachment> extensionAttachments)
Set extension attachments from a List
|
Constructor and Description |
---|
OffDocumentExtensionAttachment(ExtensionAttachment attachment)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
ExtensionAttachment |
FONode.getExtensionAttachment()
This method is overridden by extension elements and allows the extension element
to return a pass-through attachment which the parent formatting objects should simply
carry with them but otherwise ignore.
|
Modifier and Type | Class and Description |
---|---|
class |
XMPMetadata
This is the pass-through value object for the XMP metadata extension.
|
Modifier and Type | Method and Description |
---|---|
ExtensionAttachment |
AbstractMetadataElement.getExtensionAttachment()
This method is overridden by extension elements and allows the extension element
to return a pass-through attachment which the parent formatting objects should simply
carry with them but otherwise ignore.
|
Modifier and Type | Class and Description |
---|---|
class |
AFPExtensionAttachment
This is the pass-through value object for the AFP extension.
|
class |
AFPIncludeFormMap
This extension allows to include an AFP form map resource.
|
class |
AFPInvokeMediumMap
This is the pass-through value object for the AFP extension.
|
class |
AFPPageOverlay
This extension allows to include an AFP Page Overlay resource.
|
static class |
AFPPageSegmentElement.AFPPageSegmentSetup
This is the pass-through value object for the AFP extension.
|
class |
AFPPageSetup
This is the pass-through value object for the AFP extension.
|
Modifier and Type | Method and Description |
---|---|
ExtensionAttachment |
AbstractAFPExtensionObject.getExtensionAttachment()
This method is overridden by extension elements and allows the extension element
to return a pass-through attachment which the parent formatting objects should simply
carry with them but otherwise ignore.
|
protected abstract ExtensionAttachment |
AbstractAFPExtensionObject.instantiateExtensionAttachment()
Instantiates extension attachment object
|
protected ExtensionAttachment |
AFPPageSetupElement.instantiateExtensionAttachment()
Instantiates extension attachment object
|
protected ExtensionAttachment |
AFPInvokeMediumMapElement.instantiateExtensionAttachment()
Instantiates extension attachment object
|
protected ExtensionAttachment |
AFPPageSegmentElement.instantiateExtensionAttachment()
Instantiates extension attachment object
|
protected ExtensionAttachment |
AFPIncludeFormMapElement.instantiateExtensionAttachment()
Instantiates extension attachment object
|
protected ExtensionAttachment |
AFPPageOverlayElement.instantiateExtensionAttachment()
Instantiates extension attachment object
|
Modifier and Type | Class and Description |
---|---|
class |
PDFEmbeddedFileExtensionAttachment
This is the pass-through value object for the PDF extension.
|
class |
PDFExtensionAttachment
This is the pass-through value object for the PDF extension.
|
Modifier and Type | Method and Description |
---|---|
ExtensionAttachment |
AbstractPDFExtensionElement.getExtensionAttachment()
Returns the extension attachment.
|
protected ExtensionAttachment |
PDFEmbeddedFileElement.instantiateExtensionAttachment()
Instantiates extension attachment object.
|
protected abstract ExtensionAttachment |
AbstractPDFExtensionElement.instantiateExtensionAttachment()
Instantiates extension attachment object.
|
Modifier and Type | Class and Description |
---|---|
class |
PSCommentAfter
Custom postscript comment after class
|
class |
PSCommentBefore
Custom postscript comment before class
|
class |
PSExtensionAttachment
This is the pass-through value object for the PostScript extension.
|
class |
PSPageTrailerCodeBefore |
class |
PSSetPageDevice
Element for postscript setpagedevice instruction
This is a an extension which provides a pass-through value
dictionary object for the postscript setpagedevice instruction.
|
class |
PSSetupCode
This is the pass-through value object for the PostScript extension.
|
Modifier and Type | Method and Description |
---|---|
ExtensionAttachment |
AbstractPSExtensionElement.getExtensionAttachment() |
ExtensionAttachment |
AbstractPSExtensionObject.getExtensionAttachment()
This method is overridden by extension elements and allows the extension element
to return a pass-through attachment which the parent formatting objects should simply
carry with them but otherwise ignore.
|
protected ExtensionAttachment |
PSCommentBeforeElement.instantiateExtensionAttachment() |
protected ExtensionAttachment |
PSCommentAfterElement.instantiateExtensionAttachment() |
protected ExtensionAttachment |
PSPageTrailerCodeBeforeElement.instantiateExtensionAttachment() |
protected abstract ExtensionAttachment |
AbstractPSExtensionElement.instantiateExtensionAttachment()
Instantiates extension attachment object
|
protected ExtensionAttachment |
PSSetPageDeviceElement.instantiateExtensionAttachment() |
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.