| Property | Defined By | ||
|---|---|---|---|
| exportOptions : ExportOptions
The export options object associated with this event
| ExportEvent | ||
| textWritten : *
The text written so far. | ExportEvent | ||
| Method | Defined By | ||
|---|---|---|---|
ExportEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)
Constructor. | ExportEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| AFTER_EXPORT : String = afterExport [static] | ExportEvent | ||
| BEFORE_EXPORT : String = beforeExport [static] | ExportEvent | ||
| exportOptions | property |
public var exportOptions:ExportOptionsThe export options object associated with this event
| textWritten | property |
public var textWritten:*The text written so far.
| ExportEvent | () | Constructor |
public function ExportEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)Constructor.
Parameterstype:String — The event type; indicates the action that caused the event.
| |
bubbles:Boolean (default = false) — Specifies whether the event can bubble
up the display list hierarchy.
| |
cancelable:Boolean (default = true) — Specifies whether the behavior
associated with the event can be prevented.
|
| AFTER_EXPORT | Constant |
public static const AFTER_EXPORT:String = afterExport| BEFORE_EXPORT | Constant |
public static const BEFORE_EXPORT:String = beforeExport