:: com :: sun :: star :: text ::
|
constants group CharacterCompressionType |
- Description
- These constants define character compression in Asian text.
|
Constants' Details |
NONE
const short NONE = 0;
- Description
- the characters are uncompressed.
|
|
PUNCTUATION_ONLY
const short PUNCTUATION_ONLY = 1;
- Description
- only punctuation is compressed.
|
|
PUNCTUATION_AND_KANA
const short PUNCTUATION_AND_KANA = 2;
- Description
- punctuation and Japanese Kana are compressed.
|
|
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.