Packagestimulsoft.report.export.settings.office
Classpublic class StiExcel2007ExportSettings
InheritanceStiExcel2007ExportSettings Inheritance StiExcelExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object

This class describes settings for export to Excel2007 format.



Public Properties
 PropertyDefined By
 InheritedcompanyString : String
Gets or sets information about the creator to be inserted into result Word file.
StiExcelExportSettings
  excelType : int
[override] Gets or sets image type for exported images.
StiExcel2007ExportSettings
 InheritedexportDataOnly : Boolean
Gets or sets value which indicates that only data information will be created in excel file.
StiExcelExportSettings
 InheritedexportEachPageToSheet : Boolean
Gets or sets value which indicates that each page from report will be exported to excel file as separate excel sheet.
StiExcelExportSettings
 InheritedexportFormat : int
[override] [read-only]
StiExcelExportSettings
 InheritedexportObjectFormatting : Boolean
Gets or sets value which indicates that formatting of components will be exported to excel file or not.
StiExcelExportSettings
 InheritedexportPageBreaks : Boolean
Gets or sets value which indicates that special page break markers will be created in excel file.
StiExcelExportSettings
 InheritedimageQuality : Number
Gets or sets image quality of images which will be exported to excel file.
StiExcelExportSettings
 InheritedimageResolution : Number
Gets or sets image resolution of images which will be exported to excel file.
StiExcelExportSettings
 InheritedlastModifiedString : String
Gets or sets information about the creator to be inserted into result Word file.
StiExcelExportSettings
 InheritedpageRange : StiPagesRange
StiPageRangeExportSettings
 InheritedrestrictEditing : int
Gets or sets information about the restrict editing.
StiExcelExportSettings
 InheriteduseOnePageHeaderAndFooter : Boolean
Gets or sets value which indicates that one (first) page header and page footer from report will be used in excel file.
StiExcelExportSettings
Public Methods
 MethodDefined By
  
StiExcel2007ExportSettings
 Inherited
toXMLString():String
[override]
StiExcelExportSettings
Property Detail
excelTypeproperty
excelType:int[override]

Gets or sets image type for exported images.


Implementation
    public function get excelType():int
    public function set excelType(value:int):void
Constructor Detail
StiExcel2007ExportSettings()Constructor
public function StiExcel2007ExportSettings()