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 GrfhicLVLFAbstractType. field_11_grfhicprotected GrfhicLSTFAbstractType. field_5_grfhicprotected GrfhicLFOAbstractType. field_6_grfhicMethods in org.apache.poi.hwpf.model.types that return Grfhic Modifier and Type Method Description GrfhicLFOAbstractType. getGrfhic()HTML compatibility flags.GrfhicLSTFAbstractType. getGrfhic()A grfhic that specifies the HTML incompatibilities of the list..GrfhicLVLFAbstractType. 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 voidLFOAbstractType. setGrfhic(Grfhic field_6_grfhic)HTML compatibility flags.voidLSTFAbstractType. setGrfhic(Grfhic field_5_grfhic)A grfhic that specifies the HTML incompatibilities of the list..voidLVLFAbstractType. setGrfhic(Grfhic field_11_grfhic)A grfhic that specifies the HTML incompatibilities of the level..
-