Package org.apache.poi.hssf.record.cf
Class DataBarFormatting
java.lang.Object
org.apache.poi.hssf.record.cf.DataBarFormatting
- All Implemented Interfaces:
Cloneable
Data Bar Conditional Formatting Rule Record.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getColor()intbytebytebooleanbooleanvoidvoidsetColor(ExtendedColor color) voidsetIconOnly(boolean only) voidsetPercentMax(byte percentMax) voidsetPercentMin(byte percentMin) voidsetReversed(boolean rev) voidsetThresholdMax(DataBarThreshold thresholdMax) voidsetThresholdMin(DataBarThreshold thresholdMin) toString()
-
Constructor Details
-
DataBarFormatting
public DataBarFormatting() -
DataBarFormatting
-
-
Method Details
-
isIconOnly
public boolean isIconOnly() -
setIconOnly
public void setIconOnly(boolean only) -
isReversed
public boolean isReversed() -
setReversed
public void setReversed(boolean rev) -
getPercentMin
public byte getPercentMin() -
setPercentMin
public void setPercentMin(byte percentMin) -
getPercentMax
public byte getPercentMax() -
setPercentMax
public void setPercentMax(byte percentMax) -
getColor
-
setColor
-
getThresholdMin
-
setThresholdMin
-
getThresholdMax
-
setThresholdMax
-
toString
-
clone
-
getDataLength
public int getDataLength() -
serialize
-