Class THorizontalAlign

Description

THorizontalAlign class.

THorizontalAlign defines the enumerable type for the possible horizontal alignments in a CSS style.

The following enumerable values are defined:

  • NotSet: the alignment is not specified.
  • Left: left aligned
  • Right: right aligned
  • Center: center aligned
  • Justify: the begin and end are justified

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TStyle.php 3045 2011-10-02 21:22:52Z ctrlaltca@gmail.com $
  • since: 3.0.4

Located in /Web/UI/WebControls/TStyle.php (line 838)

TEnumerable
   |
   --THorizontalAlign
Class Constant Summary
 Center = 'Center'
 Justify = 'Justify'
 Left = 'Left'
 NotSet = 'NotSet'
 Right = 'Right'
Methods
Class Constants
Center = 'Center' (line 843)
Justify = 'Justify' (line 844)
Left = 'Left' (line 841)
NotSet = 'NotSet' (line 840)
Right = 'Right' (line 842)

Documentation generated on Mon, 25 Jun 2012 14:39:19 +0200 by phpDocumentor 1.4.3