com.aspose.cad.jasperreports.config

Class ASExporterOutputImpl

  • java.lang.Object
    • net.sf.jasperreports.export.SimpleOutputStreamExporterOutput
      • com.aspose.cad.jasperreports.config.ASExporterOutputImpl
  • All Implemented Interfaces:
    ASExporterOutput, net.sf.jasperreports.export.ExporterOutput, net.sf.jasperreports.export.OutputStreamExporterOutput


    public class ASExporterOutputImpl
    extends net.sf.jasperreports.export.SimpleOutputStreamExporterOutput
    implements ASExporterOutput
    Export output configuration.
    • Constructor Detail

      • ASExporterOutputImpl

        public ASExporterOutputImpl(OutputStream outputStream)
        Instantiates a new instance of ASExporterOutputImpl.
        Parameters:
        outputStream - the output stream
      • ASExporterOutputImpl

        public ASExporterOutputImpl(File file)
        Instantiates a new instance of ASExporterOutputImpl.
        Parameters:
        file - the file
      • ASExporterOutputImpl

        public ASExporterOutputImpl(String fileName)
        Instantiates a new As exporter output.
        Parameters:
        fileName - the file name
    • Method Detail

      • isMultipageExport

        public boolean isMultipageExport()

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

        Value: true if multipage export; otherwise, false.
        Specified by:
        isMultipageExport in interface ASExporterOutput
      • setMultipageExport

        public void setMultipageExport(boolean multipageExport)
        Sets multipage export indicator. For pdf format the default value is true and false for other.
        Parameters:
        multipageExport - the multipage export