GroupElement
extern class flash.text.engine.GroupElementextends ContentElementAvailable in flash
var elementCount(default,null) : Int
function new( ?elements : Vector<ContentElement>, ?elementFormat : ElementFormat, ?eventMirror : EventDispatcher, ?textRotation : TextRotation ) : Void
function getElementAt( index : Int ) : ContentElement
function getElementAtCharIndex( charIndex : Int ) : ContentElement
function getElementIndex( element : ContentElement ) : Int
function groupElements( beginIndex : Int, endIndex : Int ) : GroupElement
function mergeTextElements( beginIndex : Int, endIndex : Int ) : TextElement
function replaceElements( beginIndex : Int, endIndex : Int, newElements : Vector<ContentElement> ) : Vector<ContentElement>
function setElements( value : Vector<ContentElement> ) : Void
function splitTextElement( elementIndex : Int, splitIndex : Int ) : TextElement
function ungroupElements( groupIndex : Int ) : Void
version #13100, modified 2012-04-12 22:26:56 by api
0 comment