Uses of Class
org.apache.poi.hwpf.model.Colorref
-
Packages that use Colorref Package Description org.apache.poi.hwpf.model org.apache.poi.hwpf.model.types -
-
Uses of Colorref in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return Colorref Modifier and Type Method Description ColorrefColorref. copy()static ColorrefColorref. valueOfIco(int ico)Constructors in org.apache.poi.hwpf.model with parameters of type Colorref Constructor Description Colorref(Colorref other) -
Uses of Colorref in org.apache.poi.hwpf.model.types
Fields in org.apache.poi.hwpf.model.types declared as Colorref Modifier and Type Field Description protected ColorrefSHDAbstractType. field_1_cvForeprotected ColorrefSHDAbstractType. field_2_cvBackprotected ColorrefCHPAbstractType. field_8_cvMethods in org.apache.poi.hwpf.model.types that return Colorref Modifier and Type Method Description ColorrefCHPAbstractType. getCv()24-bit color.ColorrefSHDAbstractType. getCvBack()A COLORREF that specifies the background color of ipat.ColorrefSHDAbstractType. getCvFore()A COLORREF that specifies the foreground color of ipat.Methods in org.apache.poi.hwpf.model.types with parameters of type Colorref Modifier and Type Method Description voidCHPAbstractType. setCv(Colorref field_8_cv)24-bit color.voidSHDAbstractType. setCvBack(Colorref field_2_cvBack)A COLORREF that specifies the background color of ipat.voidSHDAbstractType. setCvFore(Colorref field_1_cvFore)A COLORREF that specifies the foreground color of ipat.
-