Class StiWebViewerOptions.ExportOptions

java.lang.Object
com.stimulsoft.webviewer.StiWebViewerOptions.ExportOptions
Enclosing class:
StiWebViewerOptions

public class StiWebViewerOptions.ExportOptions extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     
    boolean
     
    boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    A class which controls default settings of exports.
    boolean
    a value the option Open After Export.
    boolean
    A value which allows to display the export dialog, or to export with the default settings.
    boolean
    A value which indicates that the user can save the report from the viewer to the CSV format.
    boolean
     
    boolean
     
    boolean
    A value which indicates that the user can save the report from the viewer to the report document file.
    boolean
    A value which indicates that the user can save the report from the viewer to the Excel format.
    boolean
    Deprecated.
    boolean
    A value which indicates that the user can save the report from the viewer to the Excel BIFF format.
    boolean
    A value which indicates that the user can save the report from the viewer to the Excel XML format.
    boolean
    A value which indicates that the user can save the report from the viewer to the HTML format.
    boolean
    A value which indicates that the user can save the report from the viewer to the HTML5 format.
    boolean
    A value which indicates that the user can save the report from the viewer to the BMP image format.
    boolean
     
    boolean
    A value which indicates that the user can save the report from the viewer to the GIF image format.
    boolean
     
    boolean
    A value which indicates that the user can save the report from the viewer to the PCX image format.
    boolean
    A value which indicates that the user can save the report from the viewer to the PNG image format.
    boolean
    A value which indicates that the user can save the report from the viewer to the SVG image format.
    boolean
    A value which indicates that the user can save the report from the viewer to the SVGZ image format.
    boolean
     
    boolean
    A value which indicates that the user can save the report from the viewer to the MHT (Web Archive) format.
    boolean
     
    boolean
     
    boolean
    A value which indicates that the user can save the report from the viewer to the PDF format.
    boolean
     
    boolean
    A value which indicates that the user can save the report from the viewer to the Rich Text format.
    boolean
    A value which indicates that the user can save the report from the viewer to the Sylk format.
    boolean
    A value which indicates that the user can save the report from the viewer to the TEXT format.
    boolean
    A value which indicates that the user can save the report from the viewer to the Word format.
    boolean
    Deprecated.
    Use ShowExportToWord()
    boolean
    A value which indicates that the user can save the report from the viewer to the XML format.
    boolean
    A value which indicates that the user can save the report from the viewerto the XPS format.
    boolean
    a value which allows to display the option Open After Export.
    boolean
     
    void
    A class which controls default settings of exports.
    void
    setOpenAfterExport(boolean openAfterExport)
    a value the option Open After Export.
    void
    setShowExportDialog(boolean showExportDialog)
    A value which allows to display the export dialog, or to export with the default settings.
    void
    setShowExportToCsv(boolean showExportToCsv)
    A value which indicates that the user can save the report from the viewer to the CSV format.
    void
    setShowExportToDocument(boolean showExportToDocument)
    A value which indicates that the user can save the report from the viewer to the report document file.
    void
    setShowExportToExcel(boolean showExportToExcel)
    A value which indicates that the user can save the report from the viewer to the Excel format.
    void
    setShowExportToExcel2007(boolean showExportToExcel2007)
    Deprecated.
    void
    setShowExportToExcelBiff(boolean showExportToExcelBiff)
    A value which indicates that the user can save the report from the viewer to the Excel BIFF format.
    void
    setShowExportToExcelXml(boolean showExportToExcelXml)
    A value which indicates that the user can save the report from the viewer to the Excel XML format.
    void
    setShowExportToHtml(boolean showExportToHtml)
    A value which indicates that the user can save the report from the viewer to the HTML format.
    void
    setShowExportToImageBmp(boolean showExportToImageBmp)
    A value which indicates that the user can save the report from the viewer to the BMP image format.
    void
    setShowExportToImageJpeg(boolean showExportToImageJpeg)
    A value which indicates that the user can save the report from the viewer to the GIF image format.
    void
    setShowExportToImagePcx(boolean showExportToImagePcx)
    A value which indicates that the user can save the report from the viewer to the PCX image format.
    void
    setShowExportToImagePng(boolean showExportToImagePng)
    A value which indicates that the user can save the report from the viewer to the PNG image format.
    void
    setShowExportToImageSvg(boolean showExportToImageSvg)
    A value which indicates that the user can save the report from the viewer to the SVG image format.
    void
    setShowExportToImageSvgz(boolean showExportToImageSvgz)
    A value which indicates that the user can save the report from the viewer to the SVGZ image format.
    void
    setShowExportToMht(boolean showExportToMht)
    A value which indicates that the user can save the report from the viewer to the MHT (Web Archive) format.
    void
     
    void
     
    void
    setShowExportToPdf(boolean showExportToPdf)
    A value which indicates that the user can save the report from the viewer to the PDF format.
    void
    setShowExportToPowerPoint(boolean showExportToPowerPoint)
     
    void
    setShowExportToRtf(boolean showExportToRtf)
    A value which indicates that the user can save the report from the viewer to the Rich Text format.
    void
    setShowExportToSylk(boolean showExportToSylk)
    A value which indicates that the user can save the report from the viewer to the Sylk format.
    void
    setShowExportToText(boolean showExportToText)
    A value which indicates that the user can save the report from the viewer to the TEXT format.
    void
    setShowExportToWord(boolean showExportToWord)
    A value which indicates that the user can save the report from the viewer to the Word format.
    void
    setShowExportToWord2007(boolean showExportToWord)
    Deprecated.
    Use ShowExportToWord()
    void
    setShowExportToXml(boolean showExportToXml)
    A value which indicates that the user can save the report from the viewer to the XML format.
    void
    setShowExportToXps(boolean showExportToXps)
    A value which indicates that the user can save the report from the viewerto the XPS format.
    void
    setShowOpenAfterExport(boolean showOpenAfterExport)
    a value which allows to display the option Open After Export.
    void
    setStoreExportSettings(boolean storeExportSettings)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • storeExportSettings

      public boolean storeExportSettings
    • showOpenAfterExport

      public boolean showOpenAfterExport
    • openAfterExport

      public boolean openAfterExport
  • Constructor Details

    • ExportOptions

      public ExportOptions()
  • Method Details

    • isShowOpenAfterExport

      public boolean isShowOpenAfterExport()
      a value which allows to display the option Open After Export.
      Returns:
      the showOpenAfterExport
    • setShowOpenAfterExport

      public void setShowOpenAfterExport(boolean showOpenAfterExport)
      a value which allows to display the option Open After Export.
      Parameters:
      showOpenAfterExport - the showOpenAfterExport to set
    • isOpenAfterExport

      public boolean isOpenAfterExport()
      a value the option Open After Export.
      Returns:
      the openAfterExport
    • setOpenAfterExport

      public void setOpenAfterExport(boolean openAfterExport)
      a value the option Open After Export.
      Parameters:
      openAfterExport - the openAfterExport to set
    • isStoreExportSettings

      public boolean isStoreExportSettings()
      Returns:
      the storeExportSettings
    • setStoreExportSettings

      public void setStoreExportSettings(boolean storeExportSettings)
      Parameters:
      storeExportSettings - the storeExportSettings to set
    • getDefaultSettings

      public StiDefaultExportSettings getDefaultSettings()
      A class which controls default settings of exports.
      Returns:
      the defaultSettings
    • setDefaultSettings

      public void setDefaultSettings(StiDefaultExportSettings defaultSettings)
      A class which controls default settings of exports.
      Parameters:
      defaultSettings - the defaultSettings to set
    • isShowExportDialog

      public boolean isShowExportDialog()
      A value which allows to display the export dialog, or to export with the default settings.
      Returns:
      the showExportDialog
    • setShowExportDialog

      public void setShowExportDialog(boolean showExportDialog)
      A value which allows to display the export dialog, or to export with the default settings.
      Parameters:
      showExportDialog - the showExportDialog to set
    • isShowExportToDocument

      public boolean isShowExportToDocument()
      A value which indicates that the user can save the report from the viewer to the report document file.
      Returns:
      the showExportToDocument
    • setShowExportToDocument

      public void setShowExportToDocument(boolean showExportToDocument)
      A value which indicates that the user can save the report from the viewer to the report document file.
      Parameters:
      showExportToDocument - the showExportToDocument to set
    • isShowExportToPdf

      public boolean isShowExportToPdf()
      A value which indicates that the user can save the report from the viewer to the PDF format.
      Returns:
      the showExportToPdf
    • setShowExportToPdf

      public void setShowExportToPdf(boolean showExportToPdf)
      A value which indicates that the user can save the report from the viewer to the PDF format.
      Parameters:
      showExportToPdf - the showExportToPdf to set
    • isShowExportToXps

      public boolean isShowExportToXps()
      A value which indicates that the user can save the report from the viewerto the XPS format.
      Returns:
      the showExportToXps
    • setShowExportToXps

      public void setShowExportToXps(boolean showExportToXps)
      A value which indicates that the user can save the report from the viewerto the XPS format.
      Parameters:
      showExportToXps - the showExportToXps to set
    • isShowExportToPowerPoint

      public boolean isShowExportToPowerPoint()
      Returns:
      the showExportToPowerPoint
    • setShowExportToPowerPoint

      public void setShowExportToPowerPoint(boolean showExportToPowerPoint)
    • isShowExportToHtml

      public boolean isShowExportToHtml()
      A value which indicates that the user can save the report from the viewer to the HTML format.
      Returns:
      the showExportToHtml
    • setShowExportToHtml

      public void setShowExportToHtml(boolean showExportToHtml)
      A value which indicates that the user can save the report from the viewer to the HTML format.
      Parameters:
      showExportToHtml - the showExportToHtml to set
    • isShowExportToHtml5

      public boolean isShowExportToHtml5()
      A value which indicates that the user can save the report from the viewer to the HTML5 format.
      Returns:
      the showExportToHtml5
    • isShowExportToMht

      public boolean isShowExportToMht()
      A value which indicates that the user can save the report from the viewer to the MHT (Web Archive) format.
      Returns:
      the showExportToMht
    • setShowExportToMht

      public void setShowExportToMht(boolean showExportToMht)
      A value which indicates that the user can save the report from the viewer to the MHT (Web Archive) format.
      Parameters:
      showExportToMht - the showExportToMht to set
    • isShowExportToText

      public boolean isShowExportToText()
      A value which indicates that the user can save the report from the viewer to the TEXT format.
      Returns:
      the showExportToText
    • setShowExportToText

      public void setShowExportToText(boolean showExportToText)
      A value which indicates that the user can save the report from the viewer to the TEXT format.
      Parameters:
      showExportToText - the showExportToText to set
    • isShowExportToRtf

      public boolean isShowExportToRtf()
      A value which indicates that the user can save the report from the viewer to the Rich Text format.
      Returns:
      the showExportToRtf
    • setShowExportToRtf

      public void setShowExportToRtf(boolean showExportToRtf)
      A value which indicates that the user can save the report from the viewer to the Rich Text format.
      Parameters:
      showExportToRtf - the showExportToRtf to set
    • isShowExportToWord2007

      public boolean isShowExportToWord2007()
      Deprecated.
      Use ShowExportToWord()
    • setShowExportToWord

      public void setShowExportToWord(boolean showExportToWord)
      A value which indicates that the user can save the report from the viewer to the Word format.
      Parameters:
      showExportToWord2007 - the showExportToWord2007 to set
    • isShowExportToWord

      public boolean isShowExportToWord()
      A value which indicates that the user can save the report from the viewer to the Word format.
      Returns:
      the showExportToWord2007
    • setShowExportToWord2007

      public void setShowExportToWord2007(boolean showExportToWord)
      Deprecated.
      Use ShowExportToWord()
    • isShowExportToOpenDocumentWriter

      public boolean isShowExportToOpenDocumentWriter()
      Returns:
      the showExportToOpenDocumentWriter
    • setShowExportToOpenDocumentWriter

      public void setShowExportToOpenDocumentWriter(boolean value)
    • isShowExportToExcelBiff

      public boolean isShowExportToExcelBiff()
      A value which indicates that the user can save the report from the viewer to the Excel BIFF format.
      Returns:
    • setShowExportToExcelBiff

      public void setShowExportToExcelBiff(boolean showExportToExcelBiff)
      A value which indicates that the user can save the report from the viewer to the Excel BIFF format.
      Parameters:
      showExportToExcelBiff -
    • isShowExportToExcel

      public boolean isShowExportToExcel()
      A value which indicates that the user can save the report from the viewer to the Excel format.
      Returns:
      the showExportToExcel
    • setShowExportToExcel

      public void setShowExportToExcel(boolean showExportToExcel)
      A value which indicates that the user can save the report from the viewer to the Excel format.
      Parameters:
      showExportToExcel - the showExportToExcel to set
    • isShowExportToExcelXml

      public boolean isShowExportToExcelXml()
      A value which indicates that the user can save the report from the viewer to the Excel XML format.
      Returns:
      the showExportToExcelXml
    • setShowExportToExcelXml

      public void setShowExportToExcelXml(boolean showExportToExcelXml)
      A value which indicates that the user can save the report from the viewer to the Excel XML format.
      Parameters:
      showExportToExcelXml - the showExportToExcelXml to set
    • isShowExportToExcel2007

      @Deprecated public boolean isShowExportToExcel2007()
      Deprecated.
      Use showExportToExcel
      Returns:
      the showExportToExcel2007
    • setShowExportToExcel2007

      @Deprecated public void setShowExportToExcel2007(boolean showExportToExcel2007)
      Deprecated.
      showExportToExcel
      Parameters:
      showExportToExcel2007 - the showExportToExcel2007 to set
    • isShowExportToOpenDocumentCalc

      public boolean isShowExportToOpenDocumentCalc()
      Returns:
      the showExportToOpenDocumentCalc
    • setShowExportToOpenDocumentCalc

      public void setShowExportToOpenDocumentCalc(boolean value)
    • isShowExportToCsv

      public boolean isShowExportToCsv()
      A value which indicates that the user can save the report from the viewer to the CSV format.
      Returns:
      the showExportToCsv
    • setShowExportToCsv

      public void setShowExportToCsv(boolean showExportToCsv)
      A value which indicates that the user can save the report from the viewer to the CSV format.
      Parameters:
      showExportToCsv - the showExportToCsv to set
    • isShowExportToDbf

      public boolean isShowExportToDbf()
      Returns:
      the showExportToDbf
    • isShowExportToXml

      public boolean isShowExportToXml()
      A value which indicates that the user can save the report from the viewer to the XML format.
      Returns:
      the showExportToXml
    • setShowExportToXml

      public void setShowExportToXml(boolean showExportToXml)
      A value which indicates that the user can save the report from the viewer to the XML format.
      Parameters:
      showExportToXml - the showExportToXml to set
    • isShowExportToDif

      public boolean isShowExportToDif()
      Returns:
      the showExportToDif
    • isShowExportToSylk

      public boolean isShowExportToSylk()
      A value which indicates that the user can save the report from the viewer to the Sylk format.
      Returns:
      the showExportToSylk
    • setShowExportToSylk

      public void setShowExportToSylk(boolean showExportToSylk)
      A value which indicates that the user can save the report from the viewer to the Sylk format.
      Parameters:
      showExportToSylk - the showExportToSylk to set
    • isShowExportToImageBmp

      public boolean isShowExportToImageBmp()
      A value which indicates that the user can save the report from the viewer to the BMP image format.
      Returns:
      the showExportToImageBmp
    • setShowExportToImageBmp

      public void setShowExportToImageBmp(boolean showExportToImageBmp)
      A value which indicates that the user can save the report from the viewer to the BMP image format.
      Parameters:
      showExportToImageBmp - the showExportToImageBmp to set
    • isShowExportToImageGif

      public boolean isShowExportToImageGif()
      Returns:
      the showExportToImageGif
    • isShowExportToImageJpeg

      public boolean isShowExportToImageJpeg()
      A value which indicates that the user can save the report from the viewer to the GIF image format.
      Returns:
      the showExportToImageJpeg
    • setShowExportToImageJpeg

      public void setShowExportToImageJpeg(boolean showExportToImageJpeg)
      A value which indicates that the user can save the report from the viewer to the GIF image format.
      Parameters:
      showExportToImageJpeg - the showExportToImageJpeg to set
    • isShowExportToImagePcx

      public boolean isShowExportToImagePcx()
      A value which indicates that the user can save the report from the viewer to the PCX image format.
      Returns:
      the showExportToImagePcx
    • setShowExportToImagePcx

      public void setShowExportToImagePcx(boolean showExportToImagePcx)
      A value which indicates that the user can save the report from the viewer to the PCX image format.
      Parameters:
      showExportToImagePcx - the showExportToImagePcx to set
    • isShowExportToImagePng

      public boolean isShowExportToImagePng()
      A value which indicates that the user can save the report from the viewer to the PNG image format.
      Returns:
      the showExportToImagePng
    • setShowExportToImagePng

      public void setShowExportToImagePng(boolean showExportToImagePng)
      A value which indicates that the user can save the report from the viewer to the PNG image format.
      Parameters:
      showExportToImagePng - the showExportToImagePng to set
    • isShowExportToImageTiff

      public boolean isShowExportToImageTiff()
      Returns:
      the showExportToImageTiff
    • isShowExportToImageMetafile

      public boolean isShowExportToImageMetafile()
      Returns:
      the showExportToImageMetafile
    • isShowExportToImageSvg

      public boolean isShowExportToImageSvg()
      A value which indicates that the user can save the report from the viewer to the SVG image format.
      Returns:
      the showExportToImageSvg
    • setShowExportToImageSvg

      public void setShowExportToImageSvg(boolean showExportToImageSvg)
      A value which indicates that the user can save the report from the viewer to the SVG image format.
      Parameters:
      showExportToImageSvg - the showExportToImageSvg to set
    • isShowExportToImageSvgz

      public boolean isShowExportToImageSvgz()
      A value which indicates that the user can save the report from the viewer to the SVGZ image format.
      Returns:
      the showExportToImageSvgz
    • setShowExportToImageSvgz

      public void setShowExportToImageSvgz(boolean showExportToImageSvgz)
      A value which indicates that the user can save the report from the viewer to the SVGZ image format.
      Parameters:
      showExportToImageSvgz - the showExportToImageSvgz to set