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 java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.MapjsonMap
-
Constructor Summary
Constructors Constructor Description XlsxCfRuleExtractor(java.util.Map jsonMap)
-
Method Summary
-
-
-
Method Detail
-
getFormulas
public java.util.List<java.lang.String> getFormulas()
-
getFormulas0
protected java.util.List<java.lang.String> getFormulas0(java.lang.String key)
-
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 java.lang.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()
-
getInfo
public java.util.List<java.util.Map> getInfo()
-
getExtId
public java.lang.String getExtId()
-
-