formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Lists
Description
Sets text justification of a column.
col_indx is the index to the column and must be greater than or equal to 0 and less
than the number of columns in the list.
Pass FZ_FUIM_LIST_COLM_JUST_H_NO_CHANGE and FZ_FUIM_LIST_COLM_JUST_V_NO_CHANGE to
not change the horizontal and vertical justification, respectively.
Plugin Prototype
fzrt_error_td fz_fuim_list_set_colm_just(
fuim_tmpl, | |
list_ptr, | |
fzrt_int | col_indx, |
just_h, | |
just_v ) |
Parameters
fuim_tmpl [Input]
fuim manager
list_ptr [Input]
list pointer
col_indx [Input]
column index
Range: 0 <= col_indx < number of columns
just_h [Input]
horizontal text justification.
just_v [Input]
vertical text justification.
Returns
Error codes
Availability
5.0.0.0
Function Set
Defined in