Package | flashx.textLayout.operations |
Class | public class SplitParagraphOperation |
Inheritance | SplitParagraphOperation SplitElementOperation FlowTextOperation FlowOperation Object |
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The operation creates a new paragraph containing the text from the specified position to the end of the paragraph. If a range of text is specified, the text in the range is deleted first.
See also
Method | Defined By | ||
---|---|---|---|
SplitParagraphOperation(operationState:SelectionState)
Creates a SplitParagraphOperation object. | SplitParagraphOperation | ||
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 |
SplitParagraphOperation | () | Constructor |
public function SplitParagraphOperation(operationState:SelectionState)
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Creates a SplitParagraphOperation object.
ParametersoperationState:SelectionState — Describes the point at which to split the paragraph.
If a range of text is specified, the contents of the range are deleted.
|