:: com :: sun :: star :: i18n ::

constants group KNumberFormatType
Description
Attribute of number format, classifies the length of the formatted display string.

Constants
SHORT Short display string 
MEDIUM Medium length display string 
LONG Long display string 
Constants' Details
SHORT
const short SHORT = 1;
Description
Short display string
MEDIUM
const short MEDIUM = 2;
Description
Medium length display string
LONG
const short LONG = 3;
Description
Long display string
Top of Page