BreakWord Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum BreakWord
type BreakWord =
- Inheritance
-
BreakWord
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Tag value for "words" that do not fit into any of other categories. Includes spaces and most punctuation. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NoneLimit | 100 | Upper bound for tags for uncategorized words. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Number | 100 | Tag value for words that appear to be numbers, lower limit. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Letter | 200 | Tag value for words that contain letters, excluding hiragana, katakana or ideographic characters, lower limit. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NumberLimit | 200 | Tag value for words that appear to be numbers, upper limit. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Kana | 300 | Tag value for words containing kana characters, lower limit Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| LetterLimit | 300 | Tag value for words containing letters, upper limit Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Ideo | 400 | Tag value for words containing ideographic characters, lower limit Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| KanaLimit | 400 | Tag value for words containing kana characters, upper limit Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| IdeoLimit | 500 | Tag value for words containing ideographic characters, upper limit Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.