Package | stimulsoft.report.export.settings.office |
Class | public class StiWord2007ExportSettings |
Inheritance | StiWord2007ExportSettings ![]() ![]() ![]() |
Property | Defined 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 | ||
![]() | pageRange : 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 |
Method | Defined By | ||
---|---|---|---|
toXMLString():String [override] | StiWord2007ExportSettings |
companyString | property |
companyString:String
Gets or sets information about the creator to be inserted into result Word file.
public function get companyString():String
public function set companyString(value:String):void
exportFormat | property |
exportFormat:int
[read-only] [override] public function get exportFormat():int
imageQuality | property |
imageQuality:Number
Gets or sets image quality of images which will be exported to file.
public function get imageQuality():Number
public function set imageQuality(value:Number):void
imageResolution | property |
imageResolution:Number
Gets or sets image resolution of images which will be exported to file.
public function get imageResolution():Number
public function set imageResolution(value:Number):void
lastModifiedString | property |
lastModifiedString:String
Gets or sets information about the creator to be inserted into result Word file.
public function get lastModifiedString():String
public function set lastModifiedString(value:String):void
removeEmptySpaceAtBottom | property |
removeEmptySpaceAtBottom:Boolean
Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of the page.
public function get removeEmptySpaceAtBottom():Boolean
public function set removeEmptySpaceAtBottom(value:Boolean):void
restrictEditing | property |
restrictEditing:int
public function get restrictEditing():int
public function set restrictEditing(value:int):void
usePageHeadersAndFooters | property |
usePageHeadersAndFooters:Boolean
Gets or sets value which indicates that one (first) page header and page footer from report will be used in word file.
public function get usePageHeadersAndFooters():Boolean
public function set usePageHeadersAndFooters(value:Boolean):void
toXMLString | () | method |
override public function toXMLString():String
ReturnsString |