Packagestimulsoft.report.export.settings
Classpublic class StiOdtExportSettings
InheritanceStiOdtExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object

Class describes settings for export to ODT format.



Public Properties
 PropertyDefined By
  exportFormat : int
[override] [read-only]
StiOdtExportSettings
  imageQuality : Number
Gets or sets image quality of images which will be exported to ODT file.
StiOdtExportSettings
  imageResolution : Number
Gets or sets image resolution of images which will be exported to ODT file.
StiOdtExportSettings
 InheritedpageRange : StiPagesRange
StiPageRangeExportSettings
  removeEmptySpaceAtBottom : Boolean
Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of the page.
StiOdtExportSettings
  usePageHeadersAndFooters : Boolean
Gets or sets value which indicates that one (first) page header and page footer from report will be used in ODT file.
StiOdtExportSettings
Public Methods
 MethodDefined By
  
toXMLString():String
[override]
StiOdtExportSettings
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 ODT 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 ODT file.


Implementation
    public function get imageResolution():Number
    public function set imageResolution(value:Number):void
removeEmptySpaceAtBottomproperty 
removeEmptySpaceAtBottom:Boolean

Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of the page.


Implementation
    public function get removeEmptySpaceAtBottom():Boolean
    public function set removeEmptySpaceAtBottom(value:Boolean):void
usePageHeadersAndFootersproperty 
usePageHeadersAndFooters:Boolean

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


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

Returns
String