com.aspose.cad.jasperreports.config

Interface ASExporterOutput

  • All Superinterfaces:
    net.sf.jasperreports.export.ExporterOutput, net.sf.jasperreports.export.OutputStreamExporterOutput
    All Known Implementing Classes:
    ASExporterOutputImpl


    public interface ASExporterOutput
    extends net.sf.jasperreports.export.OutputStreamExporterOutput
    Export output configuration.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean isMultipageExport()
      Gets a value indicating whether file should be exported in multipage format.
      • Methods inherited from interface net.sf.jasperreports.export.OutputStreamExporterOutput

        close, getOutputStream
    • Method Detail

      • isMultipageExport

        boolean isMultipageExport()

        Gets a value indicating whether file should be exported in multipage format.

        Value: true if multipage export; otherwise, false.