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