Package org.apache.poi.hwpf.model
Class Hyphenation
- java.lang.Object
-
- org.apache.poi.hwpf.model.types.HRESIAbstractType
-
- org.apache.poi.hwpf.model.Hyphenation
-
- All Implemented Interfaces:
Duplicatable
@Internal public final class Hyphenation extends HRESIAbstractType implements Duplicatable
Hyphenation. Substructure of theCharacterProperties.
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwpf.model.types.HRESIAbstractType
field_1_hres, field_2_chHres, HRES_ADD_LETTER_BEFORE, HRES_CHANGE_LETTER_AFTER, HRES_CHANGE_LETTER_BEFORE, HRES_DELETE_BEFORE_CHANGE_BEFORE, HRES_DELETE_LETTER_BEFORE, HRES_NO, HRES_NORMAL
-
-
Constructor Summary
Constructors Constructor Description Hyphenation()Hyphenation(short hres)Hyphenation(Hyphenation other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Hyphenationcopy()booleanequals(Object obj)shortgetValue()inthashCode()booleanisEmpty()StringtoString()-
Methods inherited from class org.apache.poi.hwpf.model.types.HRESIAbstractType
fillFields, getChHres, getHres, getSize, serialize, setChHres, setHres
-
-
-
-
Constructor Detail
-
Hyphenation
public Hyphenation()
-
Hyphenation
public Hyphenation(Hyphenation other)
-
Hyphenation
public Hyphenation(short hres)
-
-
Method Detail
-
copy
public Hyphenation copy()
- Specified by:
copyin interfaceDuplicatable
-
getValue
public short getValue()
-
isEmpty
public boolean isEmpty()
-
toString
public String toString()
- Overrides:
toStringin classHRESIAbstractType
-
-