Package | flashx.textLayout.operations |
Class | public class RedoOperation |
Inheritance | RedoOperation FlowOperation Object |
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
See also
Property | Defined By | ||
---|---|---|---|
beginGeneration : uint [read-only]
The text flow generation before the operation. | FlowOperation | ||
endGeneration : uint [read-only]
The text flow generation after the operation. | FlowOperation | ||
operation : FlowOperation
The operation to redo. | RedoOperation | ||
textFlow : TextFlow
The TextFlow object to which this operation is applied. | FlowOperation | ||
userData : *
Arbitrary data associated with an element. | FlowOperation |
Method | Defined By | ||
---|---|---|---|
RedoOperation(operation:FlowOperation)
Creates a RedoOperation object. | RedoOperation | ||
canUndo():Boolean
Test if this operation be placed on the undo stack. | FlowOperation | ||
doOperation():Boolean
Executes the operation. | FlowOperation | ||
Re-executes the operation. | FlowOperation | ||
Reverses the operation. | FlowOperation |
operation | property |
operation:FlowOperation
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The operation to redo.
public function get operation():FlowOperation
public function set operation(value:FlowOperation):void
RedoOperation | () | Constructor |
public function RedoOperation(operation:FlowOperation)
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Creates a RedoOperation object.
Parametersoperation:FlowOperation — The operation to redo.
|