formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Lists
Description
Sets the horizontal text justification of a column of text in a list.
Default justification is FZ_FUIM_LIST_COLM_JUST_H_LEFT.
enum fz_fuim_list_just_h_enum {
FZ_FUIM_LIST_COLM_JUST_H_LEFT,
FZ_FUIM_LIST_COLM_JUST_H_CENTER,
FZ_FUIM_LIST_COLM_JUST_H_RIGHT,
FZ_FUIM_LIST_COLM_JUST_H_NO_CHANGE };
Members
FZ_FUIM_LIST_COLM_JUST_H_LEFT
Indicates that text is to be left justified.
FZ_FUIM_LIST_COLM_JUST_H_CENTER
Indicates that text is to be center justified.
FZ_FUIM_LIST_COLM_JUST_H_RIGHT
Indicates that text is to be right justified.
FZ_FUIM_LIST_COLM_JUST_H_NO_CHANGE
Indicates that text justification is not to be changed.
Availability
5.0.0.0
See Also
Defined in