Packagecom.flexicious.export.exporters
Classpublic class DocExporter
InheritanceDocExporter Inheritance HtmlExporter Inheritance com.flexicious.export.exporters.Exporter

Exports the grid in DOC format



Public Properties
 PropertyDefined By
  contentType : String
[override] [read-only] Returns the content type so MS Word launches when the exporter is run.
DocExporter
  extension : String
[override] [read-only] Extension of the download file.
DocExporter
  name : String
[override] [read-only] Name of the exporter
DocExporter
Public Methods
 MethodDefined By
  
DocExporter
 Inherited
writeFooter(grid:IExtendedDataGrid):String
[override]
HtmlExporter
 Inherited
writeHeader(grid:IExtendedDataGrid):String
[override]
HtmlExporter
 Inherited
writeRecord(grid:IExtendedDataGrid, record:Object):String
[override]
HtmlExporter
Protected Methods
 MethodDefined By
 Inherited
escapeHtml(val:String):String
HtmlExporter
Property Detail
contentTypeproperty
contentType:String  [read-only] [override]

Returns the content type so MS Word launches when the exporter is run.


Implementation
    public function get contentType():String
extensionproperty 
extension:String  [read-only] [override]

Extension of the download file.


Implementation
    public function get extension():String
nameproperty 
name:String  [read-only] [override]

Name of the exporter


Implementation
    public function get name():String
Constructor Detail
DocExporter()Constructor
public function DocExporter()