1. package flash.text.engine {
  2.     final public class TextLineMirrorRegion extends Object {
  3.         public function TextLineMirrorRegion();
  4.         public function get bounds():Rectangle;
  5.         public function get element():ContentElement;
  6.         public function get mirror():EventDispatcher;
  7.         public function get nextRegion():TextLineMirrorRegion;
  8.         public function get previousRegion():TextLineMirrorRegion;
  9.         public function get textLine():TextLine;
  10.     }
  11. }