public interface IFieldInfo
This interface defines the field information interface used by an application to obtain the name, starting column, starting row, starting position, or text of a field.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the field.
|
int |
getStartCol()
Returns the starting column of the field.
|
int |
getStartPos()
Returns the starting position of the field.
|
int |
getStartRow()
Returns the starting row which contains the field.
|
java.lang.String |
getText()
Returns the text of the field.
|
java.lang.String getName()
int getStartCol()
int getStartPos()
int getStartRow()
java.lang.String getText()