Packagestimulsoft.report.export.settings
Classpublic class StiOdsExportSettings
InheritanceStiOdsExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object

Class describes settings for export to ODS format.



Public Properties
 PropertyDefined By
  exportFormat : int
[override] [read-only]
StiOdsExportSettings
  imageQuality : Number
Gets or sets image quality of images which will be exported to ODS file.
StiOdsExportSettings
  imageResolution : Number
Gets or sets image resolution of images which will be exported to ODS file.
StiOdsExportSettings
 InheritedpageRange : StiPagesRange
StiPageRangeExportSettings
Public Methods
 MethodDefined By
  
toXMLString():String
[override]
StiOdsExportSettings
Property Detail
exportFormatproperty
exportFormat:int  [read-only] [override]


Implementation
    public function get exportFormat():int
imageQualityproperty 
imageQuality:Number

Gets or sets image quality of images which will be exported to ODS 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 ODS file.


Implementation
    public function get imageResolution():Number
    public function set imageResolution(value:Number):void
Method Detail
toXMLString()method
override public function toXMLString():String

Returns
String