com.stimulsoft.webviewer
Class StiWebViewerOptions.ExportOptions

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

public class StiWebViewerOptions.ExportOptions
extends java.lang.Object


Field Summary
 boolean storeExportSettings
           
 
Constructor Summary
StiWebViewerOptions.ExportOptions()
           
 
Method Summary
 StiDefaultExportSettings getDefaultSettings()
          A class which controls default settings of exports.
 boolean isShowExportDialog()
          A value which allows to display the export dialog, or to export with the default settings.
 boolean isShowExportToCsv()
          A value which indicates that the user can save the report from the viewer to the CSV format.
 boolean isShowExportToDbf()
           
 boolean isShowExportToDif()
           
 boolean isShowExportToDocument()
          A value which indicates that the user can save the report from the viewer to the report document file.
 boolean isShowExportToExcel()
          A value which indicates that the user can save the report from the viewer to the Excel BIFF format.
 boolean isShowExportToExcel2007()
          A value which indicates that the user can save the report from the viewer to the Excel 2007-2010 format.
 boolean isShowExportToExcelXml()
          A value which indicates that the user can save the report from the viewer to the Excel XML format.
 boolean isShowExportToHtml()
          A value which indicates that the user can save the report from the viewer to the HTML format.
 boolean isShowExportToHtml5()
          A value which indicates that the user can save the report from the viewer to the HTML5 format.
 boolean isShowExportToImageBmp()
          A value which indicates that the user can save the report from the viewer to the BMP image format.
 boolean isShowExportToImageGif()
           
 boolean isShowExportToImageJpeg()
          A value which indicates that the user can save the report from the viewer to the GIF image format.
 boolean isShowExportToImageMetafile()
           
 boolean isShowExportToImagePcx()
          A value which indicates that the user can save the report from the viewer to the PCX image format.
 boolean isShowExportToImagePng()
          A value which indicates that the user can save the report from the viewer to the PNG image format.
 boolean isShowExportToImageSvg()
          A value which indicates that the user can save the report from the viewer to the SVG image format.
 boolean isShowExportToImageSvgz()
          A value which indicates that the user can save the report from the viewer to the SVGZ image format.
 boolean isShowExportToImageTiff()
           
 boolean isShowExportToMht()
          A value which indicates that the user can save the report from the viewer to the MHT (Web Archive) format.
 boolean isShowExportToOpenDocumentCalc()
           
 boolean isShowExportToOpenDocumentWriter()
           
 boolean isShowExportToPdf()
          A value which indicates that the user can save the report from the viewer to the PDF format.
 boolean isShowExportToPowerPoint()
           
 boolean isShowExportToRtf()
          A value which indicates that the user can save the report from the viewer to the Rich Text format.
 boolean isShowExportToSylk()
          A value which indicates that the user can save the report from the viewer to the Sylk format.
 boolean isShowExportToText()
          A value which indicates that the user can save the report from the viewer to the TEXT format.
 boolean isShowExportToWord2007()
          A value which indicates that the user can save the report from the viewer to the Word 2007-2010 format.
 boolean isShowExportToXml()
          A value which indicates that the user can save the report from the viewer to the XML format.
 boolean isShowExportToXps()
          A value which indicates that the user can save the report from the viewerto the XPS format.
 boolean isStoreExportSettings()
           
 void setDefaultSettings(StiDefaultExportSettings defaultSettings)
          A class which controls default settings of exports.
 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 BIFF format.
 void setShowExportToExcel2007(boolean showExportToExcel2007)
          A value which indicates that the user can save the report from the viewer to the Excel 2007-2010 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 setShowExportToOpenDocumentCalc(boolean value)
           
 void setShowExportToOpenDocumentWriter(boolean value)
           
 void setShowExportToPdf(boolean showExportToPdf)
          A value which indicates that the user can save the report from the viewer to the PDF format.
 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 setShowExportToWord2007(boolean showExportToWord2007)
          A value which indicates that the user can save the report from the viewer to the Word 2007-2010 format.
 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 setStoreExportSettings(boolean storeExportSettings)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storeExportSettings

public boolean storeExportSettings
Constructor Detail

StiWebViewerOptions.ExportOptions

public StiWebViewerOptions.ExportOptions()
Method Detail

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

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()
A value which indicates that the user can save the report from the viewer to the Word 2007-2010 format.

Returns:
the showExportToWord2007

setShowExportToWord2007

public void setShowExportToWord2007(boolean showExportToWord2007)
A value which indicates that the user can save the report from the viewer to the Word 2007-2010 format.

Parameters:
showExportToWord2007 - the showExportToWord2007 to set

isShowExportToOpenDocumentWriter

public boolean isShowExportToOpenDocumentWriter()
Returns:
the showExportToOpenDocumentWriter

setShowExportToOpenDocumentWriter

public void setShowExportToOpenDocumentWriter(boolean value)

isShowExportToExcel

public boolean isShowExportToExcel()
A value which indicates that the user can save the report from the viewer to the Excel BIFF 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 BIFF 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

public boolean isShowExportToExcel2007()
A value which indicates that the user can save the report from the viewer to the Excel 2007-2010 format.

Returns:
the showExportToExcel2007

setShowExportToExcel2007

public void setShowExportToExcel2007(boolean showExportToExcel2007)
A value which indicates that the user can save the report from the viewer to the Excel 2007-2010 format.

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