Class ElementPropertyExporterFilterFactory

java.lang.Object
net.sf.jasperreports.engine.export.ElementPropertyExporterFilterFactory
All Implemented Interfaces:
ExporterFilterFactory

public class ElementPropertyExporterFilterFactory extends Object implements ExporterFilterFactory
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Field Details

    • PROPERTY_EXCLUDE_SUFFIX

      public static final String PROPERTY_EXCLUDE_SUFFIX
      The suffix of element exclusion properties. This suffix is appended to the exporter properties prefix, resulting in element exclusion properties such as net.sf.jasperreports.export.xls.exclude.
      See Also:
    • PROPERTY_DEFAULT_EXCLUDE

      public static final String PROPERTY_DEFAULT_EXCLUDE
      Default element exclusion property.
      See Also:
  • Constructor Details

    • ElementPropertyExporterFilterFactory

      public ElementPropertyExporterFilterFactory()
  • Method Details