Class PSSetPageDevice

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

public class PSSetPageDevice extends PSExtensionAttachment
Element for postscript setpagedevice instruction This is a an extension which provides a pass-through value dictionary object for the postscript setpagedevice instruction.
  • Field Details

  • Constructor Details

    • PSSetPageDevice

      public PSSetPageDevice(String content)
      default constructor
      Parameters:
      content - set page device dictionary
    • PSSetPageDevice

      public PSSetPageDevice(String name, String content)
      constructor
      Parameters:
      name - name attribute of this setpagedevice content
      content - set page device dictionary
    • PSSetPageDevice

      public PSSetPageDevice()
      constructor
  • Method Details