Package | flashx.textLayout.conversion |
Class | public class ImportExportConfiguration |
Inheritance | ImportExportConfiguration Object |
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
See also
Property | Defined By | ||
---|---|---|---|
whiteSpaceCollapse : String = preserve
Whitespace collapse export setting
| ImportExportConfiguration |
Method | Defined By | ||
---|---|---|---|
Constructor. | ImportExportConfiguration |
classToNameMap | property |
tlf_internal var classToNameMap:Object
flowElementClassList | property |
tlf_internal var flowElementClassList:Object
flowElementInfoList | property |
tlf_internal var flowElementInfoList:Object
array of FlowElementInfo objects (key = name, value = FlowElementInfo)
whiteSpaceCollapse | property |
public var whiteSpaceCollapse:String = preserve
Whitespace collapse export setting
The default value is WhiteSpaceCollapse.PRESERVE
.
ImportExportConfiguration | () | Constructor |
public function ImportExportConfiguration()
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Constructor.