Package io.keikai.importer
Class XlsxExtractor.XlsxAlignmentExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxAlignmentExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxAlignmentExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description XlsxAlignmentExtractor(Map jsonMap, XlsxExtractor.XlsxXfExtractor self)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHorizontal()
short
getIndent()
short
getReadingOrder()
short
getRelativeIndent()
short
getTextRotation()
String
getVertical()
Boolean
isJustifyLastLine()
Boolean
isShrinkToFit()
Boolean
isWrapText()
-
-
-
Constructor Detail
-
XlsxAlignmentExtractor
public XlsxAlignmentExtractor(Map jsonMap, XlsxExtractor.XlsxXfExtractor self)
-
-
Method Detail
-
getHorizontal
public String getHorizontal()
-
getIndent
public short getIndent()
-
isJustifyLastLine
public Boolean isJustifyLastLine()
-
getReadingOrder
public short getReadingOrder()
-
getRelativeIndent
public short getRelativeIndent()
-
isShrinkToFit
public Boolean isShrinkToFit()
-
getTextRotation
public short getTextRotation()
-
getVertical
public String getVertical()
-
isWrapText
public Boolean isWrapText()
-
-