public static class XlsxExtractor.XlsxSheetViewExtractor extends Object
Constructor and Description |
---|
XlsxSheetViewExtractor(Map jsonMap) |
Modifier and Type | Method and Description |
---|---|
Number |
getColorId() |
XlsxExtractor.XlsxPaneExtractor |
getPane() |
List<XlsxExtractor.XlsxSelectionExtractor> |
getSelections() |
String |
getTopLeftCell() |
String |
getView() |
Number |
getWorkbookViewId() |
Number |
getZoomScale() |
Number |
getZoomScaleNormal() |
Number |
getZoomScalePageLayoutView() |
Number |
getZoomScaleSheetLayoutView() |
Boolean |
isDefaultGridColor() |
Boolean |
isRightToLeft() |
Boolean |
isShowFormulas() |
Boolean |
isShowGridLines() |
Boolean |
isShowOutlineSymbols() |
Boolean |
isShowRowColHeaders() |
Boolean |
isShowRuler() |
Boolean |
isShowWhiteSpace() |
Boolean |
isShowZeros() |
Boolean |
isTabSelected() |
Boolean |
isWindowProtection() |
public XlsxSheetViewExtractor(Map jsonMap)
public Boolean isWindowProtection()
public Boolean isShowFormulas()
public Boolean isShowGridLines()
public Boolean isShowRowColHeaders()
public Boolean isShowZeros()
public Boolean isRightToLeft()
public Boolean isTabSelected()
public Boolean isShowRuler()
public Boolean isShowOutlineSymbols()
public Boolean isDefaultGridColor()
public Boolean isShowWhiteSpace()
public String getView()
public String getTopLeftCell()
public Number getColorId()
public Number getZoomScale()
public Number getZoomScaleNormal()
public Number getZoomScaleSheetLayoutView()
public Number getZoomScalePageLayoutView()
public Number getWorkbookViewId()
public XlsxExtractor.XlsxPaneExtractor getPane()
public List<XlsxExtractor.XlsxSelectionExtractor> getSelections()
Copyright © 2020. All rights reserved.