| 
       << 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 >SetVerticalTextAlignment | 
    
Sets the vertical text alignment.
Prototype :
void SetVerticalTextAlignment
(
string VerticalTextAlignment
)
Arguments :
VerticalTextAlignment  | 
refer to VerticalTextAlignmentConst  | 
Example :
//string
This.SetVerticalTextAlignment("Bottom");
//constant
This.SetVerticalTextAlignment(VerticalTextAlignmentConst.Bottom);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :