com.moyosoft.connector.ms.excel
Class ChartColorFormat

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

public class ChartColorFormat
extends java.lang.Object


Constructor Summary
ChartColorFormat(Dispatch dispatch)
           
 
Method Summary
 int get_Default()
           
 Dispatch getDispatch()
           
 int getRGB()
           
 int getSchemeColor()
           
 int getType()
           
 void setSchemeColor(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartColorFormat

public ChartColorFormat(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getSchemeColor

public int getSchemeColor()

setSchemeColor

public void setSchemeColor(int value)

getRGB

public int getRGB()

get_Default

public int get_Default()

getType

public int getType()