package flash.text; @:fakeEnum(String) extern enum TextFormatAlign { CENTER; END; JUSTIFY; LEFT; RIGHT; START; }