Packageflashx.textLayout.conversion
Classpublic class ImportExportConfiguration
InheritanceImportExportConfiguration Inheritance Object

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

Configure for import/export of standard components. Configures the import/export package so it can export all the standard FlowElements.

See also

flashx.textLayout.elements.Configuration


Public Properties
 PropertyDefined By
  whiteSpaceCollapse : String = preserve
Whitespace collapse export setting
ImportExportConfiguration
Public Methods
 MethodDefined By
  
Constructor.
ImportExportConfiguration
Property Detail
classToNameMapproperty
tlf_internal var classToNameMap:Object

flowElementClassListproperty 
tlf_internal var flowElementClassList:Object

flowElementInfoListproperty 
tlf_internal var flowElementInfoList:Object

array of FlowElementInfo objects (key = name, value = FlowElementInfo)

whiteSpaceCollapseproperty 
public var whiteSpaceCollapse:String = preserve

Whitespace collapse export setting

The default value is WhiteSpaceCollapse.PRESERVE.

Constructor Detail
ImportExportConfiguration()Constructor
public function ImportExportConfiguration()

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

Constructor.