com.acesoft.aceoffix.excelreader
Class DataField

java.lang.Object
  extended by com.acesoft.aceoffix.excelreader.DataField

public class DataField
extends java.lang.Object

DataField class represents a DataField item of DataFields.

Version:
5.0
Author:
Acesoft Corporation

Method Summary
 java.lang.String getText()
          Gets the formatted text of the cell represented by the current DataField.
 java.lang.String getValue()
          Gets the value of the cell represented by the current DataField.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public java.lang.String getValue()
Gets the value of the cell represented by the current DataField.

See Also:
Sheet.openTable().

getText

public java.lang.String getText()
Gets the formatted text of the cell represented by the current DataField.