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()
int
byte
byte
boolean
boolean
void
void
setColor
(ExtendedColor color) void
setIconOnly
(boolean only) void
setPercentMax
(byte percentMax) void
setPercentMin
(byte percentMin) void
setReversed
(boolean rev) void
setThresholdMax
(DataBarThreshold thresholdMax) void
setThresholdMin
(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
-