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:
java.lang.Cloneable
@Internal public final class Hyphenation extends HRESIAbstractType implements java.lang.Cloneable
Hyphenation. Substructure of theCharacterProperties.
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwpf.model.types.HRESIAbstractType
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Hyphenationclone()booleanequals(java.lang.Object obj)shortgetValue()inthashCode()booleanisEmpty()java.lang.StringtoString()
-
-
-
Method Detail
-
clone
public Hyphenation clone()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getValue
public short getValue()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
isEmpty
public boolean isEmpty()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classHRESIAbstractType
-
-