| 
       << Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > FixedTableInput > FixedTableCheckBox > Method >SetHorizontalTextAlignment | 
    
Sets the horizontal text alignment.
Prototype :
void SetHorizontalTextAlignment
(
string HorizontalTextAlignment
)
Arguments :
HorizontalTextAlignment  | 
refer to HorizontalTextAlignmentConst  | 
Example :
//string
This.SetHorizontalTextAlignment("Center");
//constant
This.SetHorizontalTextAlignment(HorizontalTextAlignmentConst.Center);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :