* @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ * @package Prado\Web\UI\WebControls */ namespace Prado\Web\UI\WebControls; /** * @author Wei Zhuo * @package Prado\Web\UI\WebControls * @since 3.0 */ class TTextHighlighterLineNumberStyle extends TEnumerable { const Li='Li'; const Table='Table'; }