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 Hyphenation
clone()
boolean
equals(java.lang.Object obj)
short
getValue()
int
hashCode()
boolean
isEmpty()
java.lang.String
toString()
-
-
-
Method Detail
-
clone
public Hyphenation clone()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
getValue
public short getValue()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
isEmpty
public boolean isEmpty()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classHRESIAbstractType
-
-