public static class TextSpecInfoAtom.TextSpecInfoRun
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected short |
altLangId |
|
protected short |
langId |
|
protected int |
len |
|
protected int |
mask |
|
protected short |
spellInfo |
Constructor | Description |
---|---|
TextSpecInfoRun() |
Modifier and Type | Method | Description |
---|---|---|
short |
getAltLangId() |
Alternate Windows LANGID of this text;
must be a valid non-East Asian LANGID if the text has an East Asian language,
otherwise may be an East Asian LANGID or language neutral (zero).
|
short |
getLangId() |
Windows LANGID for this text.
|
short |
getSpellInfo() |
Spelling status of this text.
|
int |
length() |
protected int len
protected int mask
protected short spellInfo
protected short langId
protected short altLangId
public short getSpellInfo()
Spell Info Types:
public short getLangId()
public short getAltLangId()
public int length()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.