Packagestimulsoft.report.export.settings.office
Classpublic class StiPpt2007ExportSettings
InheritanceStiPpt2007ExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object

Class describes settings for export to PowerPoint 2007 format.



Public Properties
 PropertyDefined By
  exportFormat : int
[override] [read-only]
StiPpt2007ExportSettings
  imageQuality : Number
Gets or sets image quality of images which will be exported to result file.
StiPpt2007ExportSettings
  imageResolution : Number
Gets or sets image resolution of images which will be exported to result file.
StiPpt2007ExportSettings
 InheritedpageRange : StiPagesRange
StiPageRangeExportSettings
Public Methods
 MethodDefined By
  
toXMLString():String
[override]
StiPpt2007ExportSettings
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 result 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 result 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