TabAllStateProperties.setHAlign

Sets the horizontal alignment for the text within a tab header - this is only effective if a tab width has been specified.

Supported values:
ValueConstant
CenterControlConstants.HORIZONTAL_ALIGNMENT_CENTER
LeftControlConstants.HORIZONTAL_ALIGNMENT_LEFT
RightControlConstants.HORIZONTAL_ALIGNMENT_RIGHT

Example:

 controls.TABSET1.allState.setHAlign(ControlConstants.HORIZONTAL_ALIGNMENT_CENTER);
 

Parameters

java.lang.String  hAlign,