com.moyosoft.connector.ms.excel
Class Interior

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

public class Interior
extends java.lang.Object


Constructor Summary
Interior(Dispatch dispatch)
           
 
Method Summary
 java.awt.Color getColor()
           
 int getColorIndex()
           
 Dispatch getDispatch()
           
 boolean getInvertIfNegative()
           
 void setColor(java.awt.Color color)
           
 void setColor(int value)
          Deprecated. Use setColor(Color) instead.
 void setColorIndex(int value)
           
 void setInvertIfNegative(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interior

public Interior(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

setColor

public void setColor(int value)
Deprecated. Use setColor(Color) instead.


getColor

public java.awt.Color getColor()

setColor

public void setColor(java.awt.Color color)

getColorIndex

public int getColorIndex()

setColorIndex

public void setColorIndex(int value)

getInvertIfNegative

public boolean getInvertIfNegative()

setInvertIfNegative

public void setInvertIfNegative(boolean value)