|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.record.TextSpecInfoAtom.TextSpecInfoRun
public static class TextSpecInfoAtom.TextSpecInfoRun
Field Summary | |
---|---|
protected short |
altLangId
|
protected short |
langId
|
protected int |
len
|
protected int |
mask
|
protected short |
spellInfo
|
Constructor Summary | |
---|---|
TextSpecInfoAtom.TextSpecInfoRun()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int len
protected int mask
protected short spellInfo
protected short langId
protected short altLangId
Constructor Detail |
---|
public TextSpecInfoAtom.TextSpecInfoRun()
Method Detail |
---|
public short getSpellInfo()
Spell Info Types:
public short getLangId()
public short getAltLangId()
public int length()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |