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

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

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

Fields in org.apache.poi.hwpf.model.types declared as Grfhic
protected  Grfhic LVLFAbstractType.field_11_grfhic
           
protected  Grfhic LSTFAbstractType.field_5_grfhic
           
protected  Grfhic LFOAbstractType.field_6_grfhic
           
 

Methods in org.apache.poi.hwpf.model.types that return Grfhic
 Grfhic LVLFAbstractType.getGrfhic()
          A grfhic that specifies the HTML incompatibilities of the level..
 Grfhic LSTFAbstractType.getGrfhic()
          A grfhic that specifies the HTML incompatibilities of the list..
 Grfhic LFOAbstractType.getGrfhic()
          HTML compatibility flags.
 

Methods in org.apache.poi.hwpf.model.types with parameters of type Grfhic
 void LVLFAbstractType.setGrfhic(Grfhic field_11_grfhic)
          A grfhic that specifies the HTML incompatibilities of the level..
 void LSTFAbstractType.setGrfhic(Grfhic field_5_grfhic)
          A grfhic that specifies the HTML incompatibilities of the list..
 void LFOAbstractType.setGrfhic(Grfhic field_6_grfhic)
          HTML compatibility flags.
 



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