public static class XlsxExtractor.XlsxCfRuleExtractor extends Object
Constructor and Description |
---|
XlsxCfRuleExtractor(Map jsonMap) |
Modifier and Type | Method and Description |
---|---|
XlsxExtractor.XlsxColorScaleExtractor |
getColorScale() |
XlsxExtractor.XlsxDataBarExtractor |
getDataBar() |
int |
getDxfId() |
List<String> |
getFormulas() |
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() |
public XlsxCfRuleExtractor(Map jsonMap)
public SConditionalFormattingRule.RuleType getType()
public int getDxfId()
public boolean isSetDxfId()
public int getPriority()
public boolean isStopIfTrue()
public boolean isSetStopIfTrue()
public boolean isAboveAverage()
public boolean isSetAboveAverage()
public boolean isPercent()
public boolean isSetPercent()
public boolean isBottom()
public boolean isSetBottom()
public SConditionalFormattingRule.RuleOperator getOperator()
public boolean isSetOperator()
public String getText()
public SConditionalFormattingRule.RuleTimePeriod getTimePeriod()
public int getRank()
public boolean isSetRank()
public int getStdDev()
public boolean isSetStdDev()
public boolean isEqualAverage()
public boolean isSetEqualAverage()
public XlsxExtractor.XlsxColorScaleExtractor getColorScale()
public XlsxExtractor.XlsxDataBarExtractor getDataBar()
public XlsxExtractor.XlsxIconSetExtractor getIconSet()
Copyright © 2020. All rights reserved.