| Package | Description |
|---|---|
| io.github.antoniovizuete.pojospreadsheet.core | |
| io.github.antoniovizuete.pojospreadsheet.core.model |
| Modifier and Type | Class and Description |
|---|---|
class |
RowImpl
Prototype class that represents a POI Row.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
SheetImpl.createItem(Integer index)
Internal purpose method.
|
Row |
RowImpl.merge(Cell cell,
int numCells)
Merges the indicated cells.
|
Row |
RowImpl.merge(Integer index,
int numCells)
Merges the indicated cells.
|
Row |
RowImpl.merge(String address,
int numCells)
Merges the indicated cells.
|
Row |
RowImpl.nextRow()
Returns the next sibling
Row. |
Row |
CellImpl.nextRow()
Returns the next sibling
RowImpl. |
Row |
CellImpl.parentRow()
Returns the
RowImpl where the Cell is located. |
Row |
RowImpl.prevRow()
Returns the previous sibling
Row. |
Row |
CellImpl.prevRow()
Returns the previous sibling
RowImpl. |
Row |
SheetImpl.row()
Returns new
RowImpl instance. |
Row |
SheetImpl.row(Integer index)
Returns the
RowImpl located into indicated index. |
| Modifier and Type | Method and Description |
|---|---|
Set<Row> |
SheetImpl.rows() |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
SheetImpl.mergeCell(Row row,
Cell cell,
int numCells)
Merges the indicated cells.
|
Sheet |
SheetImpl.mergeRow(Row row,
Cell cell,
int numRows)
Merges the indicated rows.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.merge(Cell cell,
int numCells)
Merge row.
|
Row |
Row.merge(Integer index,
int numCells)
Merge row.
|
Row |
Row.merge(String address,
int numCells)
Merge row.
|
Row |
Row.nextRow()
Next row row.
|
Row |
Cell.nextRow()
Next row row.
|
Row |
Cell.parentRow()
Parent row row.
|
Row |
Row.prevRow()
Prev row row.
|
Row |
Cell.prevRow()
Prev row row.
|
Row |
Sheet.row()
Row row.
|
Row |
Sheet.row(Integer index)
Row row.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Row> |
Sheet.rows()
Rows set.
|
| Modifier and Type | Method and Description |
|---|---|
Sheet |
Sheet.mergeCell(Row row,
Cell cell,
int numCells)
Merge cell sheet.
|
Sheet |
Sheet.mergeRow(Row row,
Cell cell,
int numRows)
Merge row sheet.
|
Copyright © 2018. All rights reserved.