| Package | stimulsoft.report.export.settings.office |
| Class | public class StiExcelExportSettings |
| Inheritance | StiExcelExportSettings StiPageRangeExportSettings StiExportSettings Object |
| Subclasses | StiExcel2007ExportSettings, StiExcelXmlExportSettings |
| Property | Defined 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 | ||
![]() | pageRange : 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 | ||
| Method | Defined By | ||
|---|---|---|---|
StiExcelExportSettings(excelType:int = 0) | StiExcelExportSettings | ||
toXMLString():String [override] | StiExcelExportSettings | ||
| companyString | property |
companyString:StringGets or sets information about the creator to be inserted into result Word file. ExcelXml is not supported!
public function get companyString():String public function set companyString(value:String):void| excelType | property |
excelType:intGets or sets type of the exported Excel file.
public function get excelType():int public function set excelType(value:int):void| exportDataOnly | property |
exportDataOnly:BooleanGets or sets value which indicates that only data information will be created in excel file.
public function get exportDataOnly():Boolean public function set exportDataOnly(value:Boolean):void| exportEachPageToSheet | property |
exportEachPageToSheet:BooleanGets or sets value which indicates that each page from report will be exported to excel file as separate excel sheet.
public function get exportEachPageToSheet():Boolean public function set exportEachPageToSheet(value:Boolean):void| exportFormat | property |
exportFormat:int [read-only] [override] public function get exportFormat():int| exportObjectFormatting | property |
exportObjectFormatting:BooleanGets or sets value which indicates that formatting of components will be exported to excel file or not.
public function get exportObjectFormatting():Boolean public function set exportObjectFormatting(value:Boolean):void| exportPageBreaks | property |
exportPageBreaks:BooleanGets or sets value which indicates that special page break markers will be created in excel file.
public function get exportPageBreaks():Boolean public function set exportPageBreaks(value:Boolean):void| imageQuality | property |
imageQuality:NumberGets or sets image quality of images which will be exported to excel file.
public function get imageQuality():Number public function set imageQuality(value:Number):void| imageResolution | property |
imageResolution:NumberGets or sets image resolution of images which will be exported to excel file.
public function get imageResolution():Number public function set imageResolution(value:Number):void| lastModifiedString | property |
lastModifiedString:StringGets or sets information about the creator to be inserted into result Word file. ExcelXml is not supported!
public function get lastModifiedString():String public function set lastModifiedString(value:String):void| restrictEditing | property |
restrictEditing:intGets or sets information about the restrict editing. Only Excel2007 is supported!
public function get restrictEditing():int public function set restrictEditing(value:int):void| useOnePageHeaderAndFooter | property |
useOnePageHeaderAndFooter:BooleanGets or sets value which indicates that one (first) page header and page footer from report will be used in excel file.
public function get useOnePageHeaderAndFooter():Boolean public function set useOnePageHeaderAndFooter(value:Boolean):void| StiExcelExportSettings | () | Constructor |
public function StiExcelExportSettings(excelType:int = 0)excelType:int (default = 0) |
| toXMLString | () | method |
override public function toXMLString():StringReturnsString |