com.stimulsoft.webdesigner
Class StiWebDesignerOptions.ExportOptions

java.lang.Object
  extended by com.stimulsoft.webdesigner.StiWebDesignerOptions.ExportOptions
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.ExportOptions
extends java.lang.Object


Field Summary
 StiDefaultExportSettings defaultSettings
          A class which controls default settings of exports.
 boolean showExportDialog
          Gets or sets a value which allows to display the export dialog, or to export with the default settings.
 boolean showExportToCsv
           
 boolean showExportToDbf
           
 boolean showExportToDif
           
 boolean showExportToDocument
          Gets or sets a value which indicates that the user can save the report from the preview to the report document file.
 boolean showExportToExcel
           
 boolean showExportToExcel2007
           
 boolean showExportToExcelXml
           
 boolean showExportToHtml
           
 boolean showExportToImageBmp
           
 boolean showExportToImageGif
           
 boolean showExportToImageJpeg
           
 boolean showExportToImageMetafile
           
 boolean showExportToImagePcx
           
 boolean showExportToImagePng
           
 boolean showExportToImageSvg
           
 boolean showExportToImageSvgz
           
 boolean showExportToImageTiff
           
 boolean showExportToMht
           
 boolean showExportToOpenDocumentCalc
           
 boolean showExportToOpenDocumentWriter
           
 boolean showExportToPdf
          Gets or sets a value which indicates that the user can save the report from the preview to the PDF format.
 boolean showExportToPowerPoint
          Gets or sets a value which indicates that the user can save the report from the preview to the Power Point 2007-2010 format.
 boolean showExportToRtf
           
 boolean showExportToSylk
           
 boolean showExportToText
           
 boolean showExportToWord2007
           
 boolean showExportToXml
           
 boolean showExportToXps
          Gets or sets a value which indicates that the user can save the report from the preview to the XPS format.
 boolean storeExportSettings
          Gets or sets a value which allows store the export settings in the cookies.
 
Constructor Summary
StiWebDesignerOptions.ExportOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultSettings

public StiDefaultExportSettings defaultSettings
A class which controls default settings of exports.


storeExportSettings

public boolean storeExportSettings
Gets or sets a value which allows store the export settings in the cookies.


showExportDialog

public boolean showExportDialog
Gets or sets a value which allows to display the export dialog, or to export with the default settings.


showExportToDocument

public boolean showExportToDocument
Gets or sets a value which indicates that the user can save the report from the preview to the report document file.


showExportToPdf

public boolean showExportToPdf
Gets or sets a value which indicates that the user can save the report from the preview to the PDF format.


showExportToXps

public boolean showExportToXps
Gets or sets a value which indicates that the user can save the report from the preview to the XPS format.


showExportToPowerPoint

public boolean showExportToPowerPoint
Gets or sets a value which indicates that the user can save the report from the preview to the Power Point 2007-2010 format.


showExportToHtml

public boolean showExportToHtml

showExportToMht

public boolean showExportToMht

showExportToText

public boolean showExportToText

showExportToRtf

public boolean showExportToRtf

showExportToWord2007

public boolean showExportToWord2007

showExportToOpenDocumentWriter

public boolean showExportToOpenDocumentWriter

showExportToExcel

public boolean showExportToExcel

showExportToExcelXml

public boolean showExportToExcelXml

showExportToExcel2007

public boolean showExportToExcel2007

showExportToOpenDocumentCalc

public boolean showExportToOpenDocumentCalc

showExportToCsv

public boolean showExportToCsv

showExportToDbf

public boolean showExportToDbf

showExportToXml

public boolean showExportToXml

showExportToDif

public boolean showExportToDif

showExportToSylk

public boolean showExportToSylk

showExportToImageBmp

public boolean showExportToImageBmp

showExportToImageGif

public boolean showExportToImageGif

showExportToImageJpeg

public boolean showExportToImageJpeg

showExportToImagePcx

public boolean showExportToImagePcx

showExportToImagePng

public boolean showExportToImagePng

showExportToImageTiff

public boolean showExportToImageTiff

showExportToImageMetafile

public boolean showExportToImageMetafile

showExportToImageSvg

public boolean showExportToImageSvg

showExportToImageSvgz

public boolean showExportToImageSvgz
Constructor Detail

StiWebDesignerOptions.ExportOptions

public StiWebDesignerOptions.ExportOptions()