UF_PLIST_field_format_s
(查看源代码)
定义在: uf_plist_types.h
也被称为:
UF_PLIST_field_format_t
概述
Parts List field format structure
Data Members
justification
int
Text justification for this field:
1 - left
2 - Center
3 - Right
lead_str [ MAX_FIELD_STR_LEN ]
char
A prefix string that will be
added before every string in
this field.
trailing_str [ MAX_FIELD_STR_LEN ]
char
A suffix string that will be
added after every string in
this field.
format_type
int
The formatting to use for values in this field:
1 - Characters
2 - Integer
3 - Float
4 - Exponential
width
int
Number characters for character and Integer
formatting. Number of digits to left of
decimal point for floats and exponential.
precision
int
Number of digits to right of decimal point
for floats
1 - left
2 - Center
3 - Right