Uses of Class
org.apache.poi.hwpf.model.Hyphenation
-
Packages that use Hyphenation Package Description org.apache.poi.hwpf.model org.apache.poi.hwpf.model.types -
-
Uses of Hyphenation in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return Hyphenation Modifier and Type Method Description HyphenationHyphenation. copy()Constructors in org.apache.poi.hwpf.model with parameters of type Hyphenation Constructor Description Hyphenation(Hyphenation other) -
Uses of Hyphenation in org.apache.poi.hwpf.model.types
Fields in org.apache.poi.hwpf.model.types declared as Hyphenation Modifier and Type Field Description protected HyphenationCHPAbstractType. field_20_hresiprotected HyphenationCHPAbstractType. field_40_hresiOldMethods in org.apache.poi.hwpf.model.types that return Hyphenation Modifier and Type Method Description HyphenationCHPAbstractType. getHresi()Get the hresi field for the CHP record.HyphenationCHPAbstractType. getHresiOld()Get the hresiOld field for the CHP record.Methods in org.apache.poi.hwpf.model.types with parameters of type Hyphenation Modifier and Type Method Description voidCHPAbstractType. setHresi(Hyphenation field_20_hresi)Set the hresi field for the CHP record.voidCHPAbstractType. setHresiOld(Hyphenation field_40_hresiOld)Set the hresiOld field for the CHP record.
-