Package io.keikai.importer
Class XlsxExtractor.XlsxSheetViewExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxSheetViewExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxSheetViewExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description XlsxSheetViewExtractor(Map jsonMap)
-
Method Summary
-
-
-
Constructor Detail
-
XlsxSheetViewExtractor
public XlsxSheetViewExtractor(Map jsonMap)
-
-
Method Detail
-
isWindowProtection
public Boolean isWindowProtection()
-
isShowFormulas
public Boolean isShowFormulas()
-
isShowGridLines
public Boolean isShowGridLines()
-
isShowRowColHeaders
public Boolean isShowRowColHeaders()
-
isShowZeros
public Boolean isShowZeros()
-
isRightToLeft
public Boolean isRightToLeft()
-
isTabSelected
public Boolean isTabSelected()
-
isShowRuler
public Boolean isShowRuler()
-
isShowOutlineSymbols
public Boolean isShowOutlineSymbols()
-
isDefaultGridColor
public Boolean isDefaultGridColor()
-
isShowWhiteSpace
public Boolean isShowWhiteSpace()
-
getView
public String getView()
-
getTopLeftCell
public String getTopLeftCell()
-
getColorId
public Number getColorId()
-
getZoomScale
public Number getZoomScale()
-
getZoomScaleNormal
public Number getZoomScaleNormal()
-
getZoomScaleSheetLayoutView
public Number getZoomScaleSheetLayoutView()
-
getZoomScalePageLayoutView
public Number getZoomScalePageLayoutView()
-
getWorkbookViewId
public Number getWorkbookViewId()
-
getPane
public XlsxExtractor.XlsxPaneExtractor getPane()
-
getSelections
public List<XlsxExtractor.XlsxSelectionExtractor> getSelections()
-
-