Package com.stimulsoft.webviewer
Class StiWebViewerOptions.ExportOptions
java.lang.Object
com.stimulsoft.webviewer.StiWebViewerOptions.ExportOptions
- Enclosing class:
StiWebViewerOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA class which controls default settings of exports.booleana value the option Open After Export.booleanA value which allows to display the export dialog, or to export with the default settings.booleanA value which indicates that the user can save the report from the viewer to the CSV format.booleanbooleanbooleanA value which indicates that the user can save the report from the viewer to the report document file.booleanA value which indicates that the user can save the report from the viewer to the Excel format.booleanDeprecated.booleanA value which indicates that the user can save the report from the viewer to the Excel BIFF format.booleanA value which indicates that the user can save the report from the viewer to the Excel XML format.booleanA value which indicates that the user can save the report from the viewer to the HTML format.booleanA value which indicates that the user can save the report from the viewer to the HTML5 format.booleanA value which indicates that the user can save the report from the viewer to the BMP image format.booleanbooleanA value which indicates that the user can save the report from the viewer to the GIF image format.booleanbooleanA value which indicates that the user can save the report from the viewer to the PCX image format.booleanA value which indicates that the user can save the report from the viewer to the PNG image format.booleanA value which indicates that the user can save the report from the viewer to the SVG image format.booleanA value which indicates that the user can save the report from the viewer to the SVGZ image format.booleanbooleanA value which indicates that the user can save the report from the viewer to the MHT (Web Archive) format.booleanbooleanbooleanA value which indicates that the user can save the report from the viewer to the PDF format.booleanbooleanA value which indicates that the user can save the report from the viewer to the Rich Text format.booleanA value which indicates that the user can save the report from the viewer to the Sylk format.booleanA value which indicates that the user can save the report from the viewer to the TEXT format.booleanA value which indicates that the user can save the report from the viewer to the Word format.booleanDeprecated.Use ShowExportToWord()booleanA value which indicates that the user can save the report from the viewer to the XML format.booleanA value which indicates that the user can save the report from the viewerto the XPS format.booleana value which allows to display the option Open After Export.booleanvoidsetDefaultSettings(StiDefaultExportSettings defaultSettings) A class which controls default settings of exports.voidsetOpenAfterExport(boolean openAfterExport) a value the option Open After Export.voidsetShowExportDialog(boolean showExportDialog) A value which allows to display the export dialog, or to export with the default settings.voidsetShowExportToCsv(boolean showExportToCsv) A value which indicates that the user can save the report from the viewer to the CSV format.voidsetShowExportToDocument(boolean showExportToDocument) A value which indicates that the user can save the report from the viewer to the report document file.voidsetShowExportToExcel(boolean showExportToExcel) A value which indicates that the user can save the report from the viewer to the Excel format.voidsetShowExportToExcel2007(boolean showExportToExcel2007) Deprecated.voidsetShowExportToExcelBiff(boolean showExportToExcelBiff) A value which indicates that the user can save the report from the viewer to the Excel BIFF format.voidsetShowExportToExcelXml(boolean showExportToExcelXml) A value which indicates that the user can save the report from the viewer to the Excel XML format.voidsetShowExportToHtml(boolean showExportToHtml) A value which indicates that the user can save the report from the viewer to the HTML format.voidsetShowExportToImageBmp(boolean showExportToImageBmp) A value which indicates that the user can save the report from the viewer to the BMP image format.voidsetShowExportToImageJpeg(boolean showExportToImageJpeg) A value which indicates that the user can save the report from the viewer to the GIF image format.voidsetShowExportToImagePcx(boolean showExportToImagePcx) A value which indicates that the user can save the report from the viewer to the PCX image format.voidsetShowExportToImagePng(boolean showExportToImagePng) A value which indicates that the user can save the report from the viewer to the PNG image format.voidsetShowExportToImageSvg(boolean showExportToImageSvg) A value which indicates that the user can save the report from the viewer to the SVG image format.voidsetShowExportToImageSvgz(boolean showExportToImageSvgz) A value which indicates that the user can save the report from the viewer to the SVGZ image format.voidsetShowExportToMht(boolean showExportToMht) A value which indicates that the user can save the report from the viewer to the MHT (Web Archive) format.voidsetShowExportToOpenDocumentCalc(boolean value) voidsetShowExportToOpenDocumentWriter(boolean value) voidsetShowExportToPdf(boolean showExportToPdf) A value which indicates that the user can save the report from the viewer to the PDF format.voidsetShowExportToPowerPoint(boolean showExportToPowerPoint) voidsetShowExportToRtf(boolean showExportToRtf) A value which indicates that the user can save the report from the viewer to the Rich Text format.voidsetShowExportToSylk(boolean showExportToSylk) A value which indicates that the user can save the report from the viewer to the Sylk format.voidsetShowExportToText(boolean showExportToText) A value which indicates that the user can save the report from the viewer to the TEXT format.voidsetShowExportToWord(boolean showExportToWord) A value which indicates that the user can save the report from the viewer to the Word format.voidsetShowExportToWord2007(boolean showExportToWord) Deprecated.Use ShowExportToWord()voidsetShowExportToXml(boolean showExportToXml) A value which indicates that the user can save the report from the viewer to the XML format.voidsetShowExportToXps(boolean showExportToXps) A value which indicates that the user can save the report from the viewerto the XPS format.voidsetShowOpenAfterExport(boolean showOpenAfterExport) a value which allows to display the option Open After Export.voidsetStoreExportSettings(boolean storeExportSettings)
-
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
A class which controls default settings of exports.- Returns:
- the defaultSettings
-
setDefaultSettings
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.Use showExportToExcel- Returns:
- the showExportToExcel2007
-
setShowExportToExcel2007
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
-