formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Lists

fz_fuim_list_just_v_enum

Description

Sets the vertical text justification of a column of text in a list. Default justification is FZ_FUIM_LIST_COLM_JUST_V_BOTTOM.

enum fz_fuim_list_just_v_enum {

FZ_FUIM_LIST_COLM_JUST_V_TOP,

FZ_FUIM_LIST_COLM_JUST_V_CENTER,

FZ_FUIM_LIST_COLM_JUST_V_BOTTOM,

FZ_FUIM_LIST_COLM_JUST_V_NO_CHANGE };

Members

FZ_FUIM_LIST_COLM_JUST_V_TOP

Indicates that text is to be top justified.

FZ_FUIM_LIST_COLM_JUST_V_CENTER

Indicates that text is to be center justified.

FZ_FUIM_LIST_COLM_JUST_V_BOTTOM

Indicates that text is to be bottom justified.

FZ_FUIM_LIST_COLM_JUST_V_NO_CHANGE

Indicates that text justification is not to be changed.

Availability

5.0.0.0

See Also

Defined in

fz_fuim_list_api.h