Go to the source code of this file.
| Modules | |
| module | com | 
| module | com::sun | 
| module | com::sun::star | 
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::text | 
| Text specific interfaces. | |
| Constant Groups | |
| constants | com::sun::star::text::CharacterCompressionType | 
| These constants define character compression in Asian text. | |
| Variables | |
| const short | NONE = 0 | 
| the characters are uncompressed. | |
| const short | PUNCTUATION_ONLY = 1 | 
| only punctuation is compressed. | |
| const short | PUNCTUATION_AND_KANA = 2 | 
| punctuation and Japanese Kana are compressed. | |