|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowHandle | |
|---|---|
| com.extentech.ExtenXLS | The ExtenXLS package contains the primary classes for working with spreadsheets. |
| Uses of RowHandle in com.extentech.ExtenXLS |
|---|
| Methods in com.extentech.ExtenXLS that return RowHandle | |
|---|---|
RowHandle |
TransientRowHandle.getMyRow()
getters and setters |
RowHandle |
CellHandle.getRow()
Returns the RowHandle for the Cell. |
RowHandle |
WorkSheetHandle.getRow(int t)
returns the RowHandle for the row at index position the row index is zero based ie: Excel row 1 = 0 |
RowHandle |
WorkSheet.getRow(int t)
get an a RowHandle for this WorkSheet by number |
RowHandle[] |
WorkSheetHandle.getRows()
get an array of all RowHandles for this WorkSheet |
RowHandle[] |
WorkSheet.getRows()
get an array of all RowHandles for this WorkSheet |
RowHandle[] |
CellRange.getRows()
Returns an array of Rows (RowHandles) referenced by this CellRange |
| Methods in com.extentech.ExtenXLS with parameters of type RowHandle | |
|---|---|
static java.lang.String |
ExtenXLS.getJSON(RowHandle rh)
Get a JSON representation of a row |
static org.json.JSONObject |
ExtenXLS.getJSONObject(RowHandle rh)
Get a org.JSON object representation of a row |
static org.json.JSONObject |
ExtenXLS.getJSONObject(RowHandle rh,
int maxcols)
Get a org.JSON object representation of a row, limit number of cols of data |
boolean |
WorkSheetHandle.insertRow(int rownum,
RowHandle copyRow,
int flag,
boolean shiftrows)
Insert a blank row into the worksheet. |
void |
TransientRowHandle.setMyRow(RowHandle myRow)
|
void |
FormatHandle.setRowHandle(RowHandle c)
Set a row handle on this format handle, so all changes applied to this format will be applied to the entire row |
| Constructors in com.extentech.ExtenXLS with parameters of type RowHandle | |
|---|---|
TransientRowHandle(RowHandle myRow,
com.extentech.formats.XLS.PassThruOOXMLWriter passThruWriter,
WorkSheetHandle sheet)
Construct a Transient Row from an existing rowHandle |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||