public interface SheetPoint
Modifier and Type | Method and Description |
---|---|
SheetPoint |
clone()
Clone.
|
SheetPoint |
down(int dRow)
Down.
|
boolean |
equals(java.lang.Object obj)
Equals.
|
RSCell |
getCell()
Gets the cell.
|
java.lang.String |
getCellCoordinates()
Gets the cell coordinates in the A1 representation.
|
java.lang.String |
getCellName()
Gets the cell name.
|
short |
getCol()
Gets the col.
|
boolean |
getContentAsBoolean()
Gets the content as boolean.
|
java.util.Date |
getContentAsDate()
Gets the content as date.
|
java.lang.Double |
getContentAsDouble()
Gets the content as double.
|
java.lang.String |
getContentAsString()
Gets the content as string.
|
SheetPointFactory |
getFactory()
Gets the factory.
|
int |
getRow()
Gets the row.
|
RSSheet |
getSheet()
Gets the sheet.
|
java.lang.String |
getSheetName()
Gets the sheet name.
|
SheetPoint |
left(int dCol)
Left.
|
SheetPoint |
right(int dCol)
Right.
|
java.lang.String |
toString()
To string.
|
SheetPoint |
up(int dRow)
Up.
|
java.lang.Double getContentAsDouble() throws SheetPointAccessException
SheetPointAccessException
- the sheet point access exceptionboolean getContentAsBoolean() throws SheetPointAccessException
SheetPointAccessException
- the sheet point access exceptionjava.util.Date getContentAsDate() throws SheetPointAccessException
SheetPointAccessException
- the sheet point access exceptionjava.lang.String getContentAsString() throws SheetPointAccessException
SheetPointAccessException
- the sheet point access exceptionRSCell getCell() throws SheetPointAccessException
SheetPointAccessException
- the sheet point access exceptionRSSheet getSheet()
java.lang.String getSheetName()
java.lang.String getCellName()
java.lang.String getCellCoordinates()
int getRow()
short getCol()
SheetPointFactory getFactory()
SheetPoint clone()
SheetPoint right(int dCol)
dCol
- the d colSheetPoint down(int dRow)
dRow
- the d rowSheetPoint up(int dRow)
dRow
- the d rowSheetPoint left(int dCol)
dCol
- the d coljava.lang.String toString()
toString
in class java.lang.Object
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the objCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa