Package io.keikai.importer
Class XlsxExtractor.XlsxCfRuleExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxCfRuleExtractor
-
- Direct Known Subclasses:
XlsxExtractor.XlsxExtCfRuleExtractor
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxCfRuleExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description XlsxCfRuleExtractor(Map jsonMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XlsxExtractor.XlsxColorScaleExtractor
getColorScale()
XlsxExtractor.XlsxDataBarExtractor
getDataBar()
int
getDxfId()
String
getExtId()
List<String>
getFormulas()
protected List<String>
getFormulas0(String key)
XlsxExtractor.XlsxIconSetExtractor
getIconSet()
List<Map>
getInfo()
SConditionalFormattingRule.RuleOperator
getOperator()
int
getPriority()
int
getRank()
int
getStdDev()
String
getText()
SConditionalFormattingRule.RuleTimePeriod
getTimePeriod()
SConditionalFormattingRule.RuleType
getType()
boolean
isAboveAverage()
boolean
isBottom()
boolean
isEqualAverage()
boolean
isPercent()
boolean
isSetAboveAverage()
boolean
isSetBottom()
boolean
isSetDxfId()
boolean
isSetEqualAverage()
boolean
isSetOperator()
boolean
isSetPercent()
boolean
isSetRank()
boolean
isSetStdDev()
boolean
isSetStopIfTrue()
boolean
isStopIfTrue()
-
-
-
Field Detail
-
jsonMap
protected final Map jsonMap
-
-
Constructor Detail
-
XlsxCfRuleExtractor
public XlsxCfRuleExtractor(Map jsonMap)
-
-
Method Detail
-
getType
public SConditionalFormattingRule.RuleType getType()
-
getDxfId
public int getDxfId()
-
isSetDxfId
public boolean isSetDxfId()
-
getPriority
public int getPriority()
-
isStopIfTrue
public boolean isStopIfTrue()
-
isSetStopIfTrue
public boolean isSetStopIfTrue()
-
isAboveAverage
public boolean isAboveAverage()
-
isSetAboveAverage
public boolean isSetAboveAverage()
-
isPercent
public boolean isPercent()
-
isSetPercent
public boolean isSetPercent()
-
isBottom
public boolean isBottom()
-
isSetBottom
public boolean isSetBottom()
-
getOperator
public SConditionalFormattingRule.RuleOperator getOperator()
-
isSetOperator
public boolean isSetOperator()
-
getText
public String getText()
-
getTimePeriod
public SConditionalFormattingRule.RuleTimePeriod getTimePeriod()
-
getRank
public int getRank()
-
isSetRank
public boolean isSetRank()
-
getStdDev
public int getStdDev()
-
isSetStdDev
public boolean isSetStdDev()
-
isEqualAverage
public boolean isEqualAverage()
-
isSetEqualAverage
public boolean isSetEqualAverage()
-
getColorScale
public XlsxExtractor.XlsxColorScaleExtractor getColorScale()
-
getDataBar
public XlsxExtractor.XlsxDataBarExtractor getDataBar()
-
getIconSet
public XlsxExtractor.XlsxIconSetExtractor getIconSet()
-
getExtId
public String getExtId()
-
-