Uses of Class
org.apache.fop.render.ps.extensions.PSExtensionAttachment
-
Packages that use PSExtensionAttachment Package Description org.apache.fop.render.ps PostScript Rendererorg.apache.fop.render.ps.extensions Extensions specific to the PostScript Renderer. -
-
Uses of PSExtensionAttachment in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps with parameters of type PSExtensionAttachment Modifier and Type Method Description static voidPSRenderingUtil. writeEnclosedExtensionAttachment(org.apache.xmlgraphics.ps.PSGenerator gen, PSExtensionAttachment attachment)Formats and writes a PSExtensionAttachment to the output stream. -
Uses of PSExtensionAttachment in org.apache.fop.render.ps.extensions
Subclasses of PSExtensionAttachment in org.apache.fop.render.ps.extensions Modifier and Type Class Description classPSCommentAfterCustom postscript comment after classclassPSCommentBeforeCustom postscript comment before classclassPSPageTrailerCodeBeforeclassPSSetPageDeviceElement 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.Fields in org.apache.fop.render.ps.extensions declared as PSExtensionAttachment Modifier and Type Field Description protected PSExtensionAttachmentAbstractPSExtensionElement. attachmentextension attachment
-