Package io.keikai.importer
Class XlsxExtractor.XlsxSheetFormatPrExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxSheetFormatPrExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxSheetFormatPrExtractor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XlsxSheetFormatPrExtractor(java.util.Map jsonMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBaseColWidth()java.lang.NumbergetDefaultColWidth()floatgetDefaultRowHeight()java.lang.NumbergetOutlineLevelCol()java.lang.NumbergetOutlineLevelRow()java.lang.BooleanisCustomHeight()booleanisSetBaseColWidth()booleanisSetDefaultColWidth()java.lang.BooleanisThickBottom()java.lang.BooleanisThickTop()java.lang.BooleanisZeroHeight()
-
-
-
Method Detail
-
getBaseColWidth
public int getBaseColWidth()
-
isSetBaseColWidth
public boolean isSetBaseColWidth()
-
isCustomHeight
public java.lang.Boolean isCustomHeight()
-
getDefaultColWidth
public java.lang.Number getDefaultColWidth()
-
isSetDefaultColWidth
public boolean isSetDefaultColWidth()
-
getDefaultRowHeight
public float getDefaultRowHeight()
-
getOutlineLevelCol
public java.lang.Number getOutlineLevelCol()
-
getOutlineLevelRow
public java.lang.Number getOutlineLevelRow()
-
isThickBottom
public java.lang.Boolean isThickBottom()
-
isThickTop
public java.lang.Boolean isThickTop()
-
isZeroHeight
public java.lang.Boolean isZeroHeight()
-
-