Class XFPropColor


  • public class XFPropColor
    extends Object
    Since:
    3.9.5
    Author:
    henri see [MS-XLS].pdf 2.5.285 XFPropColor page 945
    • Constructor Detail

      • XFPropColor

        public XFPropColor​(int bits,
                           int icv,
                           int nTintShade,
                           int dwRgba)
    • Method Detail

      • getIcv

        public int getIcv()
      • setIcv

        public void setIcv​(int icv)
      • isValidRGBA

        public boolean isValidRGBA()
      • setValidRGBA

        public void setValidRGBA​(boolean flag)
      • getTintShade

        public int getTintShade()
      • setTintShade

        public void setTintShade​(int shade)
      • getXclrType

        public int getXclrType()
      • setXclrType

        public void setXclrType​(int xclrType0)
      • getRgba

        public int getRgba()
      • setRgba

        public void setRgba​(int rgba)
      • getDataSize

        public int getDataSize()