Uses of Class
org.apache.poi.hwpf.model.Hyphenation

Packages that use Hyphenation
org.apache.poi.hwpf.model.types   
 

Uses of Hyphenation in org.apache.poi.hwpf.model.types
 

Methods in org.apache.poi.hwpf.model.types that return Hyphenation
 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
 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.