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

constants group KNumberFormatType

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