Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The ElementRange class represents the range of objects selected within a text flow.
The beginning elements
(such as firstLeaf
) are always less than or equal to the end elements (in this case, lastLeaf
)
for each pair of values in an element range.
absoluteEnd:int
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The absolute text position of the FlowLeafElement object that contains the end of the range.
Implementation public function get absoluteEnd():int
public function set absoluteEnd(value:int):void
absoluteStart:int
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The absolute text position of the FlowLeafElement object that contains the start of the range.
Implementation public function get absoluteStart():int
public function set absoluteStart(value:int):void
characterFormat:flashx.textLayout.formats:ITextLayoutFormat
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The format attributes of the characters in the range.
If the range spans more than one FlowElement object, which means that more than one
character format may exist within the range, the format of the first FlowElement object is returned.
Implementation public function get characterFormat():flashx.textLayout.formats:ITextLayoutFormat
containerFormat:flashx.textLayout.formats:ITextLayoutFormat
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The format attributes of the container displaying the range.
If the range spans more than one container, the format of the first container is returned.
Implementation public function get containerFormat():flashx.textLayout.formats:ITextLayoutFormat
firstLeaf:FlowLeafElement
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The FlowLeafElement object that contains the start of the range.
Implementation public function get firstLeaf():FlowLeafElement
public function set firstLeaf(value:FlowLeafElement):void
firstParagraph:ParagraphElement
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The ParagraphElement object that contains the start of the range.
Implementation public function get firstParagraph():ParagraphElement
public function set firstParagraph(value:ParagraphElement):void
lastLeaf:FlowLeafElement
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The FlowLeafElement object that contains the end of the range.
Implementation public function get lastLeaf():FlowLeafElement
public function set lastLeaf(value:FlowLeafElement):void
lastParagraph:ParagraphElement
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The ParagraphElement object that contains the end of the range.
Implementation public function get lastParagraph():ParagraphElement
public function set lastParagraph(value:ParagraphElement):void
paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The format attributes of the paragraph containing the range.
If the range spans more than one paragraph, the format of the first paragraph is returned.
Implementation public function get paragraphFormat():flashx.textLayout.formats:ITextLayoutFormat
textFlow:flashx.textLayout.elements:TextFlow
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The TextFlow object that contains the range.
Implementation public function get textFlow():flashx.textLayout.elements:TextFlow
public function set textFlow(value:flashx.textLayout.elements:TextFlow):void
public static function createElementRange(textFlow:flashx.textLayout.elements:TextFlow, absoluteStart:int, absoluteEnd:int):ElementRange
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Creates an ElementRange object.
Parameters
| textFlow:flashx.textLayout.elements:TextFlow — the text flow
|
|
| absoluteStart:int — absolute text position of the first character in the text range
|
|
| absoluteEnd:int — one beyond the absolute text position of the last character in the text range
|
Returns
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00