Class PSSetupCode

java.lang.Object
org.apache.fop.render.ps.extensions.PSExtensionAttachment
org.apache.fop.render.ps.extensions.PSSetupCode
All Implemented Interfaces:
ExtensionAttachment, org.apache.xmlgraphics.util.XMLizable

public class PSSetupCode extends PSExtensionAttachment
This is the pass-through value object for the PostScript extension.
  • Field Details

  • Constructor Details

    • PSSetupCode

      public PSSetupCode()
      No-argument contructor.
    • PSSetupCode

      public PSSetupCode(String name, String content)
      Default constructor.
      Parameters:
      name - the name of the setup code object, may be null
      content - the content of the setup code object
  • Method Details