:: 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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.