com.aspose.cad.jasperreports.config

Interface ASBatchExporterOutput

  • All Superinterfaces:
    net.sf.jasperreports.export.ExporterOutput
    All Known Implementing Classes:
    ASBatchExporterOutputImpl


    public interface ASBatchExporterOutput
    extends net.sf.jasperreports.export.ExporterOutput
    Batch export output configuration for export of each page of a document separately.
    • Method Detail

      • getBatchExportPath

        String getBatchExportPath()

        Gets the batch export path.

        Returns:
        The path of batch export.
      • getBatchImageExportPrefix

        String getBatchImageExportPrefix()

        Gets the prefix of the exported batch files

        Value: true if multipage export; otherwise, false.
        Returns:
        the batch image export prefix
      • isZipArchive

        boolean isZipArchive()
        Indicates whether the export output will be put in zip archive
        Returns:
        true if output will be as zip archive, otherwise false