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

Packages that use Hyphenation
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
 Hyphenation Hyphenation.clone()
           
 

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

Fields in org.apache.poi.hwpf.model.types declared as Hyphenation
protected  Hyphenation CHPAbstractType.field_20_hresi
           
protected  Hyphenation CHPAbstractType.field_40_hresiOld
           
 

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.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.