com.aspose.cad.jasperreports.common

Class BaseExportParameters

  • java.lang.Object
    • com.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters
      • com.aspose.cad.jasperreports.common.BaseExportParameters
  • All Implemented Interfaces:
    com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters, Serializable
    Direct Known Subclasses:
    ASPdfExportParametersBean, ImageExportParameters


    public abstract class BaseExportParameters
    extends com.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters

    Common configuration parameters for report export.

    See Also:
    Serialized Form
    • Constructor Detail

      • BaseExportParameters

        public BaseExportParameters(BaseExportConfigurationImpl baseExportConfiguration)
        Instantiates a new Base export parameters.
        Parameters:
        baseExportConfiguration - the base export configuration
    • Method Detail

      • setDrawBackground

        public void setDrawBackground(boolean isDrawBackground)
        Sets value indicating whether the background should be filled with color.
        Parameters:
        isDrawBackground - the indicator whether background should be drawn
      • isDrawBackground

        public boolean isDrawBackground()
        Returns true if background should be filled with color.
        Returns:
        true if background is drawn, otherwise false
      • setBackgroundColor

        public void setBackgroundColor(Color color)
        Sets background color.
        Parameters:
        color - the color
      • getBackgroundColor

        public Color getBackgroundColor()
        Gets background color.
        Returns:
        the background color
      • getLicense

        public String getLicense()
        Gets license.
        Returns:
        the license
      • setLicense

        public void setLicense(String license)
        Sets license file path.
        Parameters:
        license - the license
      • setPropertyValues

        public void setPropertyValues(Object object)