Constants |
NOT_DEFINED |
There is no property type defined or available
|
OTHER |
Any word that does not fit into any of the other properties
|
FOREIGN |
A word or term that is transliterated or used from a non-Chinese language
|
FIRST_NAME |
The first name (given name) of a person
|
LAST_NAME |
The last name (family name) of a person
|
TITLE |
The academic or social title of a person
|
STATUS |
The status of a situation
|
PLACE_NAME |
The name of a location or place
|
BUSINESS |
The description of a business
|
ADJECTIVE |
An adjective
|
IDIOM |
A term that is used to literally describe a circumstance
|
ABBREVIATION |
An abbreviation
|
NUMERICAL |
A numeric word
|
NOUN |
A noun
|
VERB |
A verb
|
BRAND_NAME |
The name of a product or a company
|
Constants' Details |
NOT_DEFINED
const short NOT_DEFINED = 0;
- Description
- There is no property type defined or available
|
|
OTHER
const short OTHER = 1;
- Description
- Any word that does not fit into any of the other properties
|
|
FOREIGN
const short FOREIGN = 2;
- Description
- A word or term that is transliterated or used from a non-Chinese language
|
|
FIRST_NAME
const short FIRST_NAME = 3;
- Description
- The first name (given name) of a person
|
|
LAST_NAME
const short LAST_NAME = 4;
- Description
- The last name (family name) of a person
|
|
TITLE
const short TITLE = 5;
- Description
- The academic or social title of a person
|
|
STATUS
const short STATUS = 6;
- Description
- The status of a situation
|
|
PLACE_NAME
const short PLACE_NAME = 7;
- Description
- The name of a location or place
|
|
BUSINESS
const short BUSINESS = 8;
- Description
- The description of a business
|
|
ADJECTIVE
const short ADJECTIVE = 9;
- Description
- An adjective
|
|
IDIOM
const short IDIOM = 10;
- Description
- A term that is used to literally describe a circumstance
|
|
ABBREVIATION
const short ABBREVIATION = 11;
- Description
- An abbreviation
|
|
NUMERICAL
const short NUMERICAL = 12;
- Description
- A numeric word
|
|
NOUN
const short NOUN = 13;
- Description
- A noun
|
|
VERB
const short VERB = 14;
- Description
- A verb
|
|
BRAND_NAME
const short BRAND_NAME = 15;
- Description
- The name of a product or a company
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.