public static class TextSpecInfoAtom.TextSpecInfoRun
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected short |
altLangId |
protected short |
langId |
protected int |
len |
protected int |
mask |
protected short |
spellInfo |
Constructor and Description |
---|
TextSpecInfoRun() |
Modifier and Type | Method and 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 © 2005-2010 Potix Corporation. All Rights Reserved.