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