Class IndexedCell
java.lang.Object
org.camunda.bpm.dmn.xlsx.elements.IndexedCell
- All Implemented Interfaces:
SpreadsheetCell
- Author:
- Thorben Lindhauer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CELL_REF_PATTERN
-
cell
protected org.xlsx4j.sml.Cell cell -
column
-
row
protected int row
-
-
Constructor Details
-
IndexedCell
public IndexedCell(org.xlsx4j.sml.Cell cell)
-
-
Method Details
-
getRaw
public org.xlsx4j.sml.Cell getRaw()- Specified by:
getRawin interfaceSpreadsheetCell- Returns:
- the corresponding doc4j object => no API guarantees from here on :)
-
getColumn
- Specified by:
getColumnin interfaceSpreadsheetCell
-
getRow
public int getRow()- Specified by:
getRowin interfaceSpreadsheetCell
-