TeeChartPHP
[ class tree: TeeChartPHP ] [ index: TeeChartPHP ] [ all elements ]

Source for file ShapeTextVertAlign.php

Documentation is available at ShapeTextVertAlign.php

  1. <?php
  2.  
  3. /**
  4. *
  5. * <p>Title: ShapeTextVertAlign class</p>
  6. *
  7. * <p>Description: Describes the possible values of the Shape.VertAlignment
  8. * method.</p>
  9. *
  10. * <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.</p>
  11. *
  12. * <p>Company: Steema Software SL</p>
  13. *
  14. */
  15.  
  16. {
  17.    /**
  18.    * Text is vertically aligned to the top of the shape.
  19.    */
  20.    public static $TOP 0;
  21.    /**
  22.    * Text is vertically aligned to the centre of the shape.
  23.    */
  24.    public static $CENTER 1;
  25.    /**
  26.    * Text is vertically aligned to the bottom of the shape.
  27.    */
  28.    public static $BOTTOM 2;
  29.  
  30.    public function ShapeTextVertAlign({}
  31. }
  32.  
  33. ?>

Documentation generated on Wed, 16 Jun 2010 12:08:18 +0200 by phpDocumentor 1.4.1