ALIGNMENT Data Type

Defines the alignment for a label or text field. 4Test defines this enumerated data type as follows:
[-] type ALIGNMENT is enum
	[ ] AM_LEFT
	[ ] AM_RIGHT                                   
	[ ] AM_CENTER                                
	[ ] AM_LEADING                             
	[ ] AM_TRAILING
Each field is defined as follows:
AM_LEFT Indicates that the label should be left justified.
AM_RIGHT Indicates that the label should be right justified.
AM_CENTER Indicates that the label should centered.
AM_LEADING Indicates that the text is used in left-to-right languages.
AM_TRAILING Indicates that the text is used in right-to-left languages.