com.moyosoft.connector.ms.excel
Class ColorFormat

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.ColorFormat

public class ColorFormat
extends java.lang.Object


Constructor Summary
ColorFormat(Dispatch dispatch)
           
 
Method Summary
 int getCreator()
           
 Dispatch getDispatch()
           
 int getRGB()
           
 int getSchemeColor()
           
 float getTintAndShade()
           
 int getType()
           
 void setRGB(int value)
           
 void setSchemeColor(int value)
           
 void setTintAndShade(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorFormat

public ColorFormat(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getCreator

public int getCreator()

getRGB

public int getRGB()

setRGB

public void setRGB(int value)

getSchemeColor

public int getSchemeColor()

setSchemeColor

public void setSchemeColor(int value)

getType

public int getType()

getTintAndShade

public float getTintAndShade()

setTintAndShade

public void setTintAndShade(float value)