Packagestimulsoft.report.export.settings.office
Classpublic class StiExcelExportSettings
InheritanceStiExcelExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object
Subclasses StiExcel2007ExportSettings, StiExcelXmlExportSettings

This class describes settings for the export to Excel format.



Public Properties
 PropertyDefined By
  companyString : String
Gets or sets information about the creator to be inserted into result Word file.
StiExcelExportSettings
  excelType : int
Gets or sets type of the exported Excel file.
StiExcelExportSettings
  exportDataOnly : Boolean
Gets or sets value which indicates that only data information will be created in excel file.
StiExcelExportSettings
  exportEachPageToSheet : Boolean
Gets or sets value which indicates that each page from report will be exported to excel file as separate excel sheet.
StiExcelExportSettings
  exportFormat : int
[override] [read-only]
StiExcelExportSettings
  exportObjectFormatting : Boolean
Gets or sets value which indicates that formatting of components will be exported to excel file or not.
StiExcelExportSettings
  exportPageBreaks : Boolean
Gets or sets value which indicates that special page break markers will be created in excel file.
StiExcelExportSettings
  imageQuality : Number
Gets or sets image quality of images which will be exported to excel file.
StiExcelExportSettings
  imageResolution : Number
Gets or sets image resolution of images which will be exported to excel file.
StiExcelExportSettings
  lastModifiedString : String
Gets or sets information about the creator to be inserted into result Word file.
StiExcelExportSettings
 InheritedpageRange : StiPagesRange
StiPageRangeExportSettings
  restrictEditing : int
Gets or sets information about the restrict editing.
StiExcelExportSettings
  useOnePageHeaderAndFooter : 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
  
StiExcelExportSettings(excelType:int = 0)
StiExcelExportSettings
  
toXMLString():String
[override]
StiExcelExportSettings
Property Detail
companyStringproperty
companyString:String

Gets or sets information about the creator to be inserted into result Word file. ExcelXml is not supported!


Implementation
    public function get companyString():String
    public function set companyString(value:String):void
excelTypeproperty 
excelType:int

Gets or sets type of the exported Excel file.


Implementation
    public function get excelType():int
    public function set excelType(value:int):void
exportDataOnlyproperty 
exportDataOnly:Boolean

Gets or sets value which indicates that only data information will be created in excel file.


Implementation
    public function get exportDataOnly():Boolean
    public function set exportDataOnly(value:Boolean):void
exportEachPageToSheetproperty 
exportEachPageToSheet:Boolean

Gets or sets value which indicates that each page from report will be exported to excel file as separate excel sheet.


Implementation
    public function get exportEachPageToSheet():Boolean
    public function set exportEachPageToSheet(value:Boolean):void
exportFormatproperty 
exportFormat:int  [read-only] [override]


Implementation
    public function get exportFormat():int
exportObjectFormattingproperty 
exportObjectFormatting:Boolean

Gets or sets value which indicates that formatting of components will be exported to excel file or not.


Implementation
    public function get exportObjectFormatting():Boolean
    public function set exportObjectFormatting(value:Boolean):void
exportPageBreaksproperty 
exportPageBreaks:Boolean

Gets or sets value which indicates that special page break markers will be created in excel file.


Implementation
    public function get exportPageBreaks():Boolean
    public function set exportPageBreaks(value:Boolean):void
imageQualityproperty 
imageQuality:Number

Gets or sets image quality of images which will be exported to excel file.


Implementation
    public function get imageQuality():Number
    public function set imageQuality(value:Number):void
imageResolutionproperty 
imageResolution:Number

Gets or sets image resolution of images which will be exported to excel file.


Implementation
    public function get imageResolution():Number
    public function set imageResolution(value:Number):void
lastModifiedStringproperty 
lastModifiedString:String

Gets or sets information about the creator to be inserted into result Word file. ExcelXml is not supported!


Implementation
    public function get lastModifiedString():String
    public function set lastModifiedString(value:String):void
restrictEditingproperty 
restrictEditing:int

Gets or sets information about the restrict editing. Only Excel2007 is supported!


Implementation
    public function get restrictEditing():int
    public function set restrictEditing(value:int):void
useOnePageHeaderAndFooterproperty 
useOnePageHeaderAndFooter:Boolean

Gets or sets value which indicates that one (first) page header and page footer from report will be used in excel file.


Implementation
    public function get useOnePageHeaderAndFooter():Boolean
    public function set useOnePageHeaderAndFooter(value:Boolean):void
Constructor Detail
StiExcelExportSettings()Constructor
public function StiExcelExportSettings(excelType:int = 0)



Parameters
excelType:int (default = 0)
Method Detail
toXMLString()method
override public function toXMLString():String

Returns
String