Uses of Class
org.apache.poi.hwpf.model.Grfhic
-
Packages that use Grfhic Package Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description Grfhic
LFOAbstractType. getGrfhic()
HTML compatibility flags.Grfhic
LSTFAbstractType. getGrfhic()
A grfhic that specifies the HTML incompatibilities of the list..Grfhic
LVLFAbstractType. getGrfhic()
A grfhic that specifies the HTML incompatibilities of the level..Methods in org.apache.poi.hwpf.model.types with parameters of type Grfhic Modifier and Type Method Description void
LFOAbstractType. setGrfhic(Grfhic field_6_grfhic)
HTML compatibility flags.void
LSTFAbstractType. setGrfhic(Grfhic field_5_grfhic)
A grfhic that specifies the HTML incompatibilities of the list..void
LVLFAbstractType. setGrfhic(Grfhic field_11_grfhic)
A grfhic that specifies the HTML incompatibilities of the level..
-