Class PCLElementMapping

java.lang.Object
org.apache.fop.fo.ElementMapping
org.apache.fop.render.pcl.extensions.PCLElementMapping

public class PCLElementMapping extends ElementMapping
PCL-specific extensions for Apache FOP.
  • Field Details

    • NAMESPACE

      public static final String NAMESPACE
      The namespace used for PCL extensions
      See Also:
    • NAMESPACE_PREFIX

      public static final String NAMESPACE_PREFIX
      The usual namespace prefix used for PCL extensions
      See Also:
    • PCL_PAPER_SOURCE

      public static final org.apache.xmlgraphics.util.QName PCL_PAPER_SOURCE
      The extension attribute for the PCL paper source
    • PCL_OUTPUT_BIN

      public static final org.apache.xmlgraphics.util.QName PCL_OUTPUT_BIN
      The extension attribute for the PCL output bin
    • PCL_DUPLEX_MODE

      public static final org.apache.xmlgraphics.util.QName PCL_DUPLEX_MODE
      The extension attribute for the PCL duplex mode
  • Constructor Details

    • PCLElementMapping

      public PCLElementMapping()
      Main constructor
  • Method Details

    • initialize

      protected void initialize()
      Initializes the set of maker objects associated with this ElementMapping
      Specified by:
      initialize in class ElementMapping