Packagestimulsoft.report.export.settings.office
Classpublic class StiWord2007ExportSettings
InheritanceStiWord2007ExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object

Class describes settings for export to Word2007 format.



Public Properties
 PropertyDefined By
  companyString : String
Gets or sets information about the creator to be inserted into result Word file.
StiWord2007ExportSettings
  exportFormat : int
[override] [read-only]
StiWord2007ExportSettings
  imageQuality : Number
Gets or sets image quality of images which will be exported to file.
StiWord2007ExportSettings
  imageResolution : Number
Gets or sets image resolution of images which will be exported to file.
StiWord2007ExportSettings
  lastModifiedString : String
Gets or sets information about the creator to be inserted into result Word file.
StiWord2007ExportSettings
 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.
StiWord2007ExportSettings
  restrictEditing : int
StiWord2007ExportSettings
  usePageHeadersAndFooters : Boolean
Gets or sets value which indicates that one (first) page header and page footer from report will be used in word file.
StiWord2007ExportSettings
Public Methods
 MethodDefined By
  
toXMLString():String
[override]
StiWord2007ExportSettings
Property Detail
companyStringproperty
companyString:String

Gets or sets information about the creator to be inserted into result Word file.


Implementation
    public function get companyString():String
    public function set companyString(value:String):void
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 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 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.


Implementation
    public function get lastModifiedString():String
    public function set lastModifiedString(value:String):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
restrictEditingproperty 
restrictEditing:int


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

Gets or sets value which indicates that one (first) page header and page footer from report will be used in word 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