TextFormatDisplay.hx 91 B

123456
  1. package flash.text;
  2. @:fakeEnum(String) extern enum TextFormatDisplay {
  3. BLOCK;
  4. INLINE;
  5. }