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

Packages that use Colorref
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
 Colorref Colorref.clone()
           
static Colorref Colorref.valueOfIco(int ico)
           
 

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

Fields in org.apache.poi.hwpf.model.types declared as Colorref
protected  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 Colorref
 Colorref CHPAbstractType.getCv()
          24-bit color.
 Colorref SHDAbstractType.getCvBack()
          A COLORREF that specifies the background color of ipat.
 Colorref SHDAbstractType.getCvFore()
          A COLORREF that specifies the foreground color of ipat.
 

Methods in org.apache.poi.hwpf.model.types with parameters of type Colorref
 void CHPAbstractType.setCv(Colorref field_8_cv)
          24-bit color.
 void SHDAbstractType.setCvBack(Colorref field_2_cvBack)
          A COLORREF that specifies the background color of ipat.
 void SHDAbstractType.setCvFore(Colorref field_1_cvFore)
          A COLORREF that specifies the foreground color of ipat.
 



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