(Beta)
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.
Related API Elements
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
CopyOperation(operationState:SelectionState)
Creates a CopyOperation object. | CopyOperation | ||
Test if this operation be placed on the undo stack. | FlowOperation | ||
Executes the operation. | FlowOperation | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
[override]
Re-executes the operation. | FlowTextOperation | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Reverses the operation. | FlowOperation | ||
Returns the primitive value of the specified object. | Object |
Constructor Detail
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.
|
Wed Nov 21 2018, 06:34 AM -08:00