corpus.excel
Class VectorReference
java.lang.Object
|
+--corpus.excel.Component
|
+--corpus.excel.FormulaComponent
|
+--corpus.excel.AreaReference
|
+--corpus.excel.VectorReference
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ColumnRange, RowRange
- public abstract class VectorReference
- extends AreaReference
Used to store the internal representation of a Range.
That is, two Cells seperated by a colin.
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
excelref
|
Method Summary |
abstract int |
length()
The length of excels reference |
void |
setExcelRef(java.lang.String excelref)
|
abstract java.lang.String |
toHTMLString()
Converts information about this component into an HTML formatted String. |
abstract java.lang.String |
toString()
To String |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
excelref
protected java.lang.String excelref
VectorReference
public VectorReference()
toString
public abstract java.lang.String toString()
- To String
- Specified by:
toString
in class AreaReference
toHTMLString
public abstract java.lang.String toHTMLString()
- Converts information about this component into an HTML formatted String.
- Specified by:
toHTMLString
in class AreaReference
length
public abstract int length()
- The length of excels reference
setExcelRef
public void setExcelRef(java.lang.String excelref)
Project Home Page