Class PSCommentBefore

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

public class PSCommentBefore extends PSExtensionAttachment
Custom postscript comment before class
  • Field Details

  • Constructor Details

    • PSCommentBefore

      public PSCommentBefore(String content)
      Default constructor
      Parameters:
      content - the actual comment
    • PSCommentBefore

      public PSCommentBefore()
      Constructor
  • Method Details