Package | flashx.textLayout.operations |
Class | public class CopyOperation |
Inheritance | CopyOperation FlowTextOperation FlowOperation Object |
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Note: The operation is responsible for copying the text scrap to the clipboard. Undonig a copy operation does not restore the original clipboard state.
See also
Method | Defined By | ||
---|---|---|---|
CopyOperation(operationState:SelectionState)
Creates a CopyOperation object. | CopyOperation | ||
canUndo():Boolean
Test if this operation be placed on the undo stack. | FlowOperation | ||
doOperation():Boolean
Executes the operation. | FlowOperation | ||
[override]
Re-executes the operation. | FlowTextOperation | ||
Reverses the operation. | FlowOperation |
CopyOperation | () | Constructor |
public function CopyOperation(operationState:SelectionState)
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Creates a CopyOperation object.
ParametersoperationState:SelectionState — The range of text to be copied.
|