class flash.text.engine.GroupElement extends ContentElement

Available on flash

Instance Fields

function new(?elements:Vector<ContentElement>, ?elementFormat:ElementFormat, ?eventMirror:EventDispatcher, ?textRotation:TextRotation):Void

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 splitTextElement(elementIndex:Int, splitIndex:Int):TextElement

function ungroupElements(groupIndex:Int):Void