com.acesoft.aceoffix
Class WordResCell

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

public class WordResCell
extends java.lang.Object

Represents a cell. Fills data into cell and controls behavior of cell. You can only use the WordResTable.openCellRC method to obtain a WordResCell object.

Version:
3.0
Author:
Acesoft Corporation

Method Summary
 void setValue(java.lang.String value)
          Sets the value of the cell.
 
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 the cell.

Throws:
java.io.IOException