Package | Description |
---|---|
com.hfg.xml.msofficexml.xlsx | |
com.hfg.xml.msofficexml.xlsx.spreadsheetDrawing | |
com.hfg.xml.msofficexml.xlsx.spreadsheetml |
Modifier and Type | Method and Description |
---|---|
CellRef |
CellRange.getBeginCell() |
CellRef |
CellRange.getEndCell() |
CellRef |
CellRef.setColIndex(int inValue)
Specifies the column index as a 1-based number.
|
CellRef |
CellRef.setRowIndex(int inValue)
Specifies the row index as a 1-based number.
|
Constructor and Description |
---|
CellRange(CellRef inBegin,
CellRef inEnd) |
Modifier and Type | Method and Description |
---|---|
protected static void |
SsDrawDrawingAnchor.attachLocationSubtags(XMLTag inTag,
CellRef inCellRef,
GfxSize2D inOffsets) |
SsDrawOneCellAnchor |
SsDrawOneCellAnchor.setFrom(CellRef inCellRef,
GfxSize2D inOffsets) |
SsDrawTwoCellAnchor |
SsDrawTwoCellAnchor.setFrom(CellRef inCellRef,
GfxSize2D inOffsets) |
SsDrawTwoCellAnchor |
SsDrawTwoCellAnchor.setTo(CellRef inCellRef,
GfxSize2D inOffsets) |
Modifier and Type | Method and Description |
---|---|
CellRef |
XlsxComment.getCellRef() |
CellRef |
SsmlRow.getMaxCellRef() |
CellRef |
SsmlRow.getMinCellRef() |
CellRef |
SsmlCell.getRef() |
CellRef |
SsmlPane.getTopLeftVisibleCell()
Returns the top left visible cell.
|
Modifier and Type | Method and Description |
---|---|
SsmlCell |
SsmlSheetData.getCell(CellRef inCellRef) |
XlsxComment |
XlsxComment.setCellRef(CellRef inValue) |
SsmlCell |
SsmlCell.setRef(CellRef inValue) |
SsmlSheetView |
SsmlSheetView.setSelection(CellRef inValue) |
SsmlSheetView |
SsmlSheetView.setTopLeftCell(CellRef inValue)
Specifies the location of the top left visible cell in the bottom right pane (when in Left-to-Right mode).
|
SsmlPane |
SsmlPane.setTopLeftVisibleCell(CellRef inValue)
Specifies the top left visible cell.
|
jataylor@hairyfatguy.com