Package io.keikai.importer
Class XlsxExtractor.XlsxTableStyleInfoExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxTableStyleInfoExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxTableStyleInfoExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description XlsxTableStyleInfoExtractor(Map jsonMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
boolean
isShowColumnStripes()
boolean
isShowFirstColumn()
boolean
isShowLastColumn()
boolean
isShowRowStripes()
-
-
-
Constructor Detail
-
XlsxTableStyleInfoExtractor
public XlsxTableStyleInfoExtractor(Map jsonMap)
-
-
Method Detail
-
getName
public String getName()
-
isShowColumnStripes
public boolean isShowColumnStripes()
-
isShowFirstColumn
public boolean isShowFirstColumn()
-
isShowLastColumn
public boolean isShowLastColumn()
-
isShowRowStripes
public boolean isShowRowStripes()
-
-