Class TTableCaptionAlign
TTableCaptionAlign class. TTableCaptionAlign defines the enumerable type for the possible alignments that a table caption can take.
The following enumerable values are defined:
- NotSet: alignment not specified
- Top: top aligned
- Bottom: bottom aligned
- Left: left aligned
- Right: right aligned
- TEnumerable implements Iterator
-
TTableCaptionAlign
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TTable.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TTable.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
NotSet |
'NotSet' |
|
string |
Top |
'Top' |
|
string |
Bottom |
'Bottom' |
|
string |
Left |
'Left' |
|
string |
Right |
'Right' |