Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

constants group UnicodeType
Description
Constants to classify Unicode characters, returned by XCharacterClassification::getType()

Constants
UNASSIGNED  
UPPERCASE_LETTER  
LOWERCASE_LETTER  
TITLECASE_LETTER  
MODIFIER_LETTER  
OTHER_LETTER  
NON_SPACING_MARK  
ENCLOSING_MARK  
COMBINING_SPACING_MARK  
DECIMAL_DIGIT_NUMBER  
LETTER_NUMBER  
OTHER_NUMBER  
SPACE_SEPARATOR  
LINE_SEPARATOR  
PARAGRAPH_SEPARATOR  
CONTROL  
FORMAT  
PRIVATE_USE  
SURROGATE  
DASH_PUNCTUATION  
INITIAL_PUNCTUATION  
FINAL_PUNCTUATION  
CONNECTOR_PUNCTUATION  
OTHER_PUNCTUATION  
MATH_SYMBOL  
CURRENCY_SYMBOL  
MODIFIER_SYMBOL  
OTHER_SYMBOL  
START_PUNCTUATION  
END_PUNCTUATION  
GENERAL_TYPES_COUNT  
Constants' Details
UNASSIGNED
const short UNASSIGNED = 0;
UPPERCASE_LETTER
const short UPPERCASE_LETTER = 1;
LOWERCASE_LETTER
const short LOWERCASE_LETTER = 2;
TITLECASE_LETTER
const short TITLECASE_LETTER = 3;
MODIFIER_LETTER
const short MODIFIER_LETTER = 4;
OTHER_LETTER
const short OTHER_LETTER = 5;
NON_SPACING_MARK
const short NON_SPACING_MARK = 6;
ENCLOSING_MARK
const short ENCLOSING_MARK = 7;
COMBINING_SPACING_MARK
const short COMBINING_SPACING_MARK = 8;
DECIMAL_DIGIT_NUMBER
const short DECIMAL_DIGIT_NUMBER = 9;
LETTER_NUMBER
const short LETTER_NUMBER = 10;
OTHER_NUMBER
const short OTHER_NUMBER = 11;
SPACE_SEPARATOR
const short SPACE_SEPARATOR = 12;
LINE_SEPARATOR
const short LINE_SEPARATOR = 13;
PARAGRAPH_SEPARATOR
const short PARAGRAPH_SEPARATOR = 14;
CONTROL
const short CONTROL = 15;
FORMAT
const short FORMAT = 16;
PRIVATE_USE
const short PRIVATE_USE = 17;
SURROGATE
const short SURROGATE = 18;
DASH_PUNCTUATION
const short DASH_PUNCTUATION = 19;
INITIAL_PUNCTUATION
const short INITIAL_PUNCTUATION = 20;
FINAL_PUNCTUATION
const short FINAL_PUNCTUATION = 21;
CONNECTOR_PUNCTUATION
const short CONNECTOR_PUNCTUATION = 22;
OTHER_PUNCTUATION
const short OTHER_PUNCTUATION = 23;
MATH_SYMBOL
const short MATH_SYMBOL = 24;
CURRENCY_SYMBOL
const short CURRENCY_SYMBOL = 25;
MODIFIER_SYMBOL
const short MODIFIER_SYMBOL = 26;
OTHER_SYMBOL
const short OTHER_SYMBOL = 27;
START_PUNCTUATION
const short START_PUNCTUATION = 28;
END_PUNCTUATION
const short END_PUNCTUATION = 29;
GENERAL_TYPES_COUNT
const short GENERAL_TYPES_COUNT = 30;
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.