com.acesoft.aceoffix
Class ExcelResDataField

java.lang.Object
  extended by com.acesoft.aceoffix.ExcelResDataField

public class ExcelResDataField
extends java.lang.Object

Represents a DataField item of ExcelResTableRange.dataFields. Fills data into cell and controls behavior of cell. The ExcelResDataField object is a member of the DataFields collection. The DataFields collection contains all the ExcelResDataField objects in a record of ExcelResTableRange object.

Version:
3.0
Author:
Acesoft Corporation

Method Summary
 void setBackColor(java.awt.Color value)
          Sets the back color of cell specified by the current DataField.
 void setForeColor(java.awt.Color value)
          Sets the fore color of cell specified by the current DataField.
 void setFormula(java.lang.String value)
          Sets the formula of cell specified by the current DataField.
 void setValue(java.lang.String value)
          Sets the value of cell specified by the current DataField.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setValue

public void setValue(java.lang.String value)
              throws java.io.IOException
Sets the value of cell specified by the current DataField.

Throws:
java.io.IOException

setFormula

public void setFormula(java.lang.String value)
                throws java.io.IOException
Sets the formula of cell specified by the current DataField.

Throws:
java.io.IOException

setBackColor

public void setBackColor(java.awt.Color value)
                  throws java.io.IOException
Sets the back color of cell specified by the current DataField.

Throws:
java.io.IOException

setForeColor

public void setForeColor(java.awt.Color value)
                  throws java.io.IOException
Sets the fore color of cell specified by the current DataField.

Throws:
java.io.IOException