Uses of Interface
org.apache.fop.fo.extensions.ExtensionAttachment
-
Packages that use ExtensionAttachment 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. -
-
Uses of ExtensionAttachment in org.apache.fop.area
Fields in org.apache.fop.area with type parameters of type ExtensionAttachment Modifier and Type Field Description protected java.util.List<ExtensionAttachment>AreaTreeObject. extensionAttachmentsExtension attachmentsMethods in org.apache.fop.area that return ExtensionAttachment Modifier and Type Method Description ExtensionAttachmentOffDocumentExtensionAttachment. getAttachment()Methods in org.apache.fop.area that return types with arguments of type ExtensionAttachment Modifier and Type Method Description java.util.List<ExtensionAttachment>AreaTreeObject. getExtensionAttachments()Methods in org.apache.fop.area with parameters of type ExtensionAttachment Modifier and Type Method Description voidAreaTreeObject. addExtensionAttachment(ExtensionAttachment attachment)Adds a new ExtensionAttachment instance to this page.Method parameters in org.apache.fop.area with type arguments of type ExtensionAttachment Modifier and Type Method Description voidAreaTreeObject. setExtensionAttachments(java.util.List<ExtensionAttachment> extensionAttachments)Set extension attachments from a ListConstructors in org.apache.fop.area with parameters of type ExtensionAttachment Constructor Description OffDocumentExtensionAttachment(ExtensionAttachment attachment)Main constructor -
Uses of ExtensionAttachment in org.apache.fop.fo
Methods in org.apache.fop.fo that return ExtensionAttachment Modifier and Type Method Description ExtensionAttachmentFONode. 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.Methods in org.apache.fop.fo that return types with arguments of type ExtensionAttachment Modifier and Type Method Description java.util.List<ExtensionAttachment>FObj. getExtensionAttachments() -
Uses of ExtensionAttachment in org.apache.fop.fo.extensions.xmp
Classes in org.apache.fop.fo.extensions.xmp that implement ExtensionAttachment Modifier and Type Class Description classXMPMetadataThis is the pass-through value object for the XMP metadata extension.Methods in org.apache.fop.fo.extensions.xmp that return ExtensionAttachment Modifier and Type Method Description ExtensionAttachmentAbstractMetadataElement. 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. -
Uses of ExtensionAttachment in org.apache.fop.render.afp.extensions
Classes in org.apache.fop.render.afp.extensions that implement ExtensionAttachment Modifier and Type Class Description classAFPExtensionAttachmentThis is the pass-through value object for the AFP extension.classAFPIncludeFormMapThis extension allows to include an AFP form map resource.classAFPInvokeMediumMapThis is the pass-through value object for the AFP extension.classAFPPageOverlayThis extension allows to include an AFP Page Overlay resource.static classAFPPageSegmentElement.AFPPageSegmentSetupThis is the pass-through value object for the AFP extension.classAFPPageSetupThis is the pass-through value object for the AFP extension.Methods in org.apache.fop.render.afp.extensions that return ExtensionAttachment Modifier and Type Method Description ExtensionAttachmentAbstractAFPExtensionObject. 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 ExtensionAttachmentAbstractAFPExtensionObject. instantiateExtensionAttachment()Instantiates extension attachment objectprotected ExtensionAttachmentAFPIncludeFormMapElement. instantiateExtensionAttachment()Instantiates extension attachment objectprotected ExtensionAttachmentAFPInvokeMediumMapElement. instantiateExtensionAttachment()Instantiates extension attachment objectprotected ExtensionAttachmentAFPPageOverlayElement. instantiateExtensionAttachment()Instantiates extension attachment objectprotected ExtensionAttachmentAFPPageSegmentElement. instantiateExtensionAttachment()Instantiates extension attachment objectprotected ExtensionAttachmentAFPPageSetupElement. instantiateExtensionAttachment()Instantiates extension attachment object -
Uses of ExtensionAttachment in org.apache.fop.render.pdf.extensions
Classes in org.apache.fop.render.pdf.extensions that implement ExtensionAttachment Modifier and Type Class Description classPDFDictionaryAttachmentclassPDFEmbeddedFileAttachmentThis is the pass-through value object for the PDF extension.classPDFExtensionAttachmentMethods in org.apache.fop.render.pdf.extensions that return ExtensionAttachment Modifier and Type Method Description ExtensionAttachmentAbstractPDFExtensionElement. getExtensionAttachment()Returns the extension attachment.protected ExtensionAttachmentAbstractPDFExtensionElement. instantiateExtensionAttachment()Instantiates extension attachment object.protected ExtensionAttachmentPDFDictionaryElement. instantiateExtensionAttachment()protected ExtensionAttachmentPDFEmbeddedFileElement. instantiateExtensionAttachment() -
Uses of ExtensionAttachment in org.apache.fop.render.ps.extensions
Classes in org.apache.fop.render.ps.extensions that implement ExtensionAttachment Modifier and Type Class Description classPSCommentAfterCustom postscript comment after classclassPSCommentBeforeCustom postscript comment before classclassPSExtensionAttachmentThis is the pass-through value object for the PostScript extension.classPSPageTrailerCodeBeforeclassPSSetPageDeviceElement for postscript setpagedevice instruction This is a an extension which provides a pass-through value dictionary object for the postscript setpagedevice instruction.classPSSetupCodeThis is the pass-through value object for the PostScript extension.Methods in org.apache.fop.render.ps.extensions that return ExtensionAttachment Modifier and Type Method Description ExtensionAttachmentAbstractPSExtensionElement. getExtensionAttachment()ExtensionAttachmentAbstractPSExtensionObject. 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 ExtensionAttachmentAbstractPSExtensionElement. instantiateExtensionAttachment()Instantiates extension attachment objectprotected ExtensionAttachmentPSCommentAfterElement. instantiateExtensionAttachment()protected ExtensionAttachmentPSCommentBeforeElement. instantiateExtensionAttachment()protected ExtensionAttachmentPSPageTrailerCodeBeforeElement. instantiateExtensionAttachment()protected ExtensionAttachmentPSSetPageDeviceElement. instantiateExtensionAttachment()
-