Uses of Class
org.apache.poi.hwpf.model.Colorref
Packages that use Colorref
-
Uses of Colorref in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return Colorref -
Uses of Colorref in org.apache.poi.hwpf.model.types
Fields in org.apache.poi.hwpf.model.types declared as ColorrefModifier and TypeFieldDescriptionprotected Colorref
SHDAbstractType.field_1_cvFore
protected Colorref
SHDAbstractType.field_2_cvBack
protected Colorref
CHPAbstractType.field_8_cv
Methods in org.apache.poi.hwpf.model.types that return ColorrefModifier and TypeMethodDescriptionCHPAbstractType.getCv()
24-bit color.SHDAbstractType.getCvBack()
A COLORREF that specifies the background color of ipat.SHDAbstractType.getCvFore()
A COLORREF that specifies the foreground color of ipat.Methods in org.apache.poi.hwpf.model.types with parameters of type ColorrefModifier and TypeMethodDescriptionvoid
24-bit color.void
A COLORREF that specifies the background color of ipat.void
A COLORREF that specifies the foreground color of ipat.