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 Hyphenation
Hyphenation. clone()
-
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 Hyphenation
CHPAbstractType. field_20_hresi
protected Hyphenation
CHPAbstractType. field_40_hresiOld
Methods in org.apache.poi.hwpf.model.types that return Hyphenation Modifier and Type Method Description Hyphenation
CHPAbstractType. getHresi()
Get the hresi field for the CHP record.Hyphenation
CHPAbstractType. 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 void
CHPAbstractType. setHresi(Hyphenation field_20_hresi)
Set the hresi field for the CHP record.void
CHPAbstractType. setHresiOld(Hyphenation field_40_hresiOld)
Set the hresiOld field for the CHP record.
-