Package io.keikai.importer
Class XlsxExtractor.XlsxColExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxColExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxColExtractor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XlsxColExtractor(java.util.Map jsonMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMax()intgetMin()java.lang.NumbergetOutlineLevel()intgetStyle()java.lang.NumbergetWidth()booleanisBestFit()booleanisCollapsed()booleanisCustomWidth()booleanisHidden()booleanisPhonetic()
-
-
-
Method Detail
-
isBestFit
public boolean isBestFit()
-
isCollapsed
public boolean isCollapsed()
-
isCustomWidth
public boolean isCustomWidth()
-
isHidden
public boolean isHidden()
-
getMax
public int getMax()
-
getMin
public int getMin()
-
getOutlineLevel
public java.lang.Number getOutlineLevel()
-
isPhonetic
public boolean isPhonetic()
-
getStyle
public int getStyle()
-
getWidth
public java.lang.Number getWidth()
-
-