/**
  * Create a new TOC Style
  */
 public function __construct()
 {
     parent::__construct(self::TAB_STOP_RIGHT, 9062, self::TAB_LEADER_DOT);
 }