Package | stimulsoft.report.export.services |
Class | public class StiWord2007ExportService |
Inheritance | StiWord2007ExportService ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
defaultExtension : String [override] [read-only] Gets a default extension of export. | StiWord2007ExportService | ||
exportFormat : int [override] [read-only] | StiWord2007ExportService | ||
matrix : StiMatrix [read-only] | StiWord2007ExportService | ||
![]() | properties : StiRepositoryItems | StiService | |
removeEmptySpaceAtBottom : Boolean [read-only] | StiWord2007ExportService | ||
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [read-only] Gets a service name. | StiService | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService |
Method | Defined By | ||
---|---|---|---|
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
![]() | equals(object:Object):Boolean | StiObject | |
StiWord2007ExportService | |||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] Creates a shallow copy of the current Collection. | StiService | |
![]() | packService():void | StiService |
defaultExtension | property |
defaultExtension:String
[read-only] [override] Gets a default extension of export.
public function get defaultExtension():String
exportFormat | property |
exportFormat:int
[read-only] [override] public function get exportFormat():int
matrix | property |
removeEmptySpaceAtBottom | property |
removeEmptySpaceAtBottom:Boolean
[read-only] public function get removeEmptySpaceAtBottom():Boolean
exportWord | () | method |
public function exportWord(report:StiReport, stream:ByteArray, settings:StiWord2007ExportSettings):void
Parameters
report:StiReport | |
stream:ByteArray | |
settings:StiWord2007ExportSettings |