Source for file BevelStyle.php
Documentation is available at BevelStyle.php
* Description: Defines the styles of the bevels (frames) around rectangles
* @copyright (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
public static $LOWERED = 1;
public static $RAISED = 2;
|