Package io.keikai.importer
Class XlsxExtractor.XlsxColExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxColExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxColExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description XlsxColExtractor(Map jsonMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMax()
int
getMin()
Number
getOutlineLevel()
int
getStyle()
Number
getWidth()
boolean
isBestFit()
boolean
isCollapsed()
boolean
isCustomWidth()
boolean
isHidden()
boolean
isPhonetic()
-
-
-
Constructor Detail
-
XlsxColExtractor
public XlsxColExtractor(Map jsonMap)
-
-
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 Number getOutlineLevel()
-
isPhonetic
public boolean isPhonetic()
-
getStyle
public int getStyle()
-
getWidth
public Number getWidth()
-
-