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:
org.apache.poi.common.Duplicatable
@Internal public final class Hyphenation extends HRESIAbstractType implements org.apache.poi.common.Duplicatable
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)Hyphenation(Hyphenation other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Hyphenationcopy()booleanequals(java.lang.Object obj)shortgetValue()inthashCode()booleanisEmpty()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Hyphenation
public Hyphenation()
-
Hyphenation
public Hyphenation(Hyphenation other)
-
Hyphenation
public Hyphenation(short hres)
-
-
Method Detail
-
copy
public Hyphenation copy()
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable
-
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
-
-