Package | flashx.textLayout.operations |
Class | public class InsertTableElementOperation |
Inheritance | InsertTableElementOperation FlowTextOperation FlowOperation Object |
Method | Defined By | ||
---|---|---|---|
InsertTableElementOperation | |||
canUndo():Boolean
Test if this operation be placed on the undo stack. | FlowOperation | ||
doOperation():Boolean
Executes the operation. | FlowOperation | ||
[override]
Re-executes the operation after it has been undone. | InsertTableElementOperation | ||
Reverses the operation. | FlowOperation |
InsertTableElementOperation | () | Constructor |
public function InsertTableElementOperation(operationState:SelectionState, table:TableElement)
operationState:SelectionState | |
table:TableElement |
redo | () | method |
override public function redo():SelectionState
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Re-executes the operation after it has been undone.
This function is called by the edit manager, when necessary.
ReturnsSelectionState |