|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.excelwriter.DataField
public class DataField
DataField class represents a DataField item of DataFields.
Method Summary | |
---|---|
void |
setBackColor(java.awt.Color value)
Sets the back color of the cell specified by the current DataField. |
void |
setForeColor(java.awt.Color value)
Sets the fore color of the cell specified by the current DataField. |
void |
setFormula(java.lang.String value)
Sets the formula of the cell specified by the current DataField. |
void |
setValue(java.lang.String value)
Sets the value of the 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
This DataField represents a cell.
java.io.IOException
Sheet.openTable() to learn how to set the value of the cell.
public void setFormula(java.lang.String value) throws java.io.IOException
This DataField represents a cell. The formula uses A1-style notation which is defined in Microsoft Excel.
java.io.IOException
Sheet.openTable() to learn how to set the formula of the cell in code example 2.
public void setBackColor(java.awt.Color value) throws java.io.IOException
java.io.IOException
Sheet.openTable() to learn how to set the back color of the cell in code example 2.
public void setForeColor(java.awt.Color value) throws java.io.IOException
java.io.IOException
Sheet.openTable() to learn how to set the fore color of the cell in code example 2.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |