Package | Description |
---|---|
com.hfg.xml.msofficexml.xlsx.spreadsheetml |
Modifier and Type | Method and Description |
---|---|
SsmlSheetView |
SsmlWorksheet.addSheetView() |
SsmlSheetView |
SsmlSheetView.setColor(Color inValue)
Specifies the color value for row/column text headings and gridlines.
|
SsmlSheetView |
SsmlSheetView.setNormalViewZoomScale(Integer inValue)
Specifies the zoom magnification when in normal view, representing percent values.
|
SsmlSheetView |
SsmlSheetView.setPageLayoutViewZoomScale(Integer inValue)
Specifies the zoom magnification when in page layout view, representing percent values.
|
SsmlSheetView |
SsmlSheetView.setRightToLeft(boolean inValue)
Specifies whether the sheet is in 'right to left' display mode.
|
SsmlSheetView |
SsmlSheetView.setSelection(CellRef inValue) |
SsmlSheetView |
SsmlSheetView.setSheetLayoutViewZoomScale(Integer inValue)
Specifies the zoom magnification when in page break preview, representing percent values.
|
SsmlSheetView |
SsmlSheetView.setShowFormulas(boolean inValue)
Specifies whether or not to display formulas.
|
SsmlSheetView |
SsmlSheetView.setShowGridLines(boolean inValue)
Specifies whether or not to display grid lines.
|
SsmlSheetView |
SsmlSheetView.setShowOutlineSymbols(boolean inValue)
Specifies whether or not the sheet has outline symbols visible.
|
SsmlSheetView |
SsmlSheetView.setShowRowColHeaders(boolean inValue)
Specifies whether or not to display row and column headers.
|
SsmlSheetView |
SsmlSheetView.setShowWhiteSpace(boolean inValue)
Specifies whether or not page layout view shall display margins.
|
SsmlSheetView |
SsmlSheetView.setShowZeros(boolean inValue)
Specifies whether or not to display zero values.
|
SsmlSheetView |
SsmlSheetView.setTabSelected(boolean inValue)
Specifies whether or not the sheet tab is selected.
|
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).
|
SsmlSheetView |
SsmlSheetView.setUseDefaultGridColor(boolean inValue)
Specifies whether or not the consuming application should use the default grid
lines color (system dependent).
|
SsmlSheetView |
SsmlSheetView.setViewType(SsmlSheetViewType inValue)
Specifies the view type.
|
SsmlSheetView |
SsmlSheetView.setWindowProtection(boolean inValue)
Specifies whether or not to enable window protection.
|
SsmlSheetView |
SsmlSheetView.setWorkbookViewId(Integer inValue) |
SsmlSheetView |
SsmlSheetView.setZoomScale(Integer inValue)
Specifies the window zoom magnification for current view representing percent values.
|
SsmlSheetView |
SsmlSheetView.showRuler(boolean inValue)
Specifies whether or not the ruler is displayed in Page Layout View.
|
Modifier and Type | Method and Description |
---|---|
List<SsmlSheetView> |
SsmlWorksheet.getSheetViews() |
jataylor@hairyfatguy.com