Package io.keikai.importer
Class XlsxExtractor.XlsxXfExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxXfExtractor
-
- Direct Known Subclasses:
XlsxExtractor.XlsxCellXfExtractor
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxXfExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description XlsxXfExtractor(Map jsonMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
XlsxExtractor.XlsxAlignmentExtractor
getAlignment()
Boolean
getApplyAlignment()
XlsxExtractor.XlsxBorderExtractor
getBorder()
Number
getBorderId()
XlsxExtractor.XlsxFillExtractor
getFill()
Number
getFillId()
XlsxExtractor.XlsxFontExtractor
getFont()
Number
getFontId()
XlsxExtractor.XlsxNumFmtExtractor
getNumFmt()
Number
getNumFmtId()
XlsxExtractor.XlsxProtectionExtractor
getProtection()
Number
getXfId()
int
hashCode()
Boolean
isPivotButton()
Boolean
isQuotePrefix()
Boolean
isSetAlignment()
Boolean
isSetApplyAlignment()
-
-
-
Constructor Detail
-
XlsxXfExtractor
public XlsxXfExtractor(Map jsonMap)
-
-
Method Detail
-
getXfId
public Number getXfId()
-
isSetApplyAlignment
public Boolean isSetApplyAlignment()
-
getApplyAlignment
public Boolean getApplyAlignment()
-
isSetAlignment
public Boolean isSetAlignment()
-
getAlignment
public XlsxExtractor.XlsxAlignmentExtractor getAlignment()
-
getBorder
public XlsxExtractor.XlsxBorderExtractor getBorder()
-
getBorderId
public Number getBorderId()
-
getFill
public XlsxExtractor.XlsxFillExtractor getFill()
-
getFillId
public Number getFillId()
-
getFont
public XlsxExtractor.XlsxFontExtractor getFont()
-
getFontId
public Number getFontId()
-
getNumFmt
public XlsxExtractor.XlsxNumFmtExtractor getNumFmt()
-
getNumFmtId
public Number getNumFmtId()
-
getProtection
public XlsxExtractor.XlsxProtectionExtractor getProtection()
-
isPivotButton
public Boolean isPivotButton()
-
isQuotePrefix
public Boolean isQuotePrefix()
-
-