Source for file ShapeTextHorizAlign.php
Documentation is available at ShapeTextHorizAlign.php
* <p>Title: ShapeTextHorizAlign class</p>
* <p>Description: Describes the possible values of the Shape.HorizAlignment
* <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.</p>
* <p>Company: Steema Software SL</p>
* Text is horizontally aligned to the left of the shape.
* Text is horizontally aligned to the centre of the shape.
public static $CENTER = 1;
* Text is horizontally aligned to the right of the shape.
public static $RIGHT = 2;
|