|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.ExcelResDataField
public class ExcelResDataField
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.
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 |
---|
public void setValue(java.lang.String value) throws java.io.IOException
java.io.IOException
public void setFormula(java.lang.String value) throws java.io.IOException
java.io.IOException
public void setBackColor(java.awt.Color value) throws java.io.IOException
java.io.IOException
public void setForeColor(java.awt.Color value) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |