UF_PLIST_field_format_s (view source)
 
Defined in: uf_plist_types.h
 
Also known as:
 
Overview
Parts List field format structure


Data Members

justification
int
Text justification for this field:
1 - left
2 - Center
3 - Right

lead_str [ MAX_LINE_BUFSIZE ]
char
A prefix string that will be
added before every string in
this field.

trailing_str [ MAX_LINE_BUFSIZE ]
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