Package org.apache.poi.xssf.usermodel
Class XSSFDataBarFormatting
java.lang.Object
org.apache.poi.xssf.usermodel.XSSFDataBarFormatting
- All Implemented Interfaces:
DataBarFormatting
High level representation for DataBar / Data Bar Formatting
component of Conditional Formatting settings
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()The threshold that defines "everything from here up is maximum"The threshold that defines "everything from here down is minimum"intHow much of the cell width, in %, should be given to the max value?intHow much of the cell width, in %, should be given to the min value?booleanShould Icon + Value be displayed, or only the Icon?booleanIs the bar drawn from Left-to-Right, or from Right-to-LeftvoidvoidsetIconOnly(boolean only) Control if only the Icon is shown, or Icon + ValuevoidsetLeftToRight(boolean ltr) Control if the bar is drawn from Left-to-Right, or from Right-to-LeftvoidsetWidthMax(int width) voidsetWidthMin(int width)
-
Method Details
-
isIconOnly
public boolean isIconOnly()Description copied from interface:DataBarFormattingShould Icon + Value be displayed, or only the Icon?- Specified by:
isIconOnlyin interfaceDataBarFormatting
-
setIconOnly
public void setIconOnly(boolean only) Description copied from interface:DataBarFormattingControl if only the Icon is shown, or Icon + Value- Specified by:
setIconOnlyin interfaceDataBarFormatting
-
isLeftToRight
public boolean isLeftToRight()Description copied from interface:DataBarFormattingIs the bar drawn from Left-to-Right, or from Right-to-Left- Specified by:
isLeftToRightin interfaceDataBarFormatting
-
setLeftToRight
public void setLeftToRight(boolean ltr) Description copied from interface:DataBarFormattingControl if the bar is drawn from Left-to-Right, or from Right-to-Left- Specified by:
setLeftToRightin interfaceDataBarFormatting
-
getWidthMin
public int getWidthMin()Description copied from interface:DataBarFormattingHow much of the cell width, in %, should be given to the min value?- Specified by:
getWidthMinin interfaceDataBarFormatting
-
setWidthMin
public void setWidthMin(int width) - Specified by:
setWidthMinin interfaceDataBarFormatting
-
getWidthMax
public int getWidthMax()Description copied from interface:DataBarFormattingHow much of the cell width, in %, should be given to the max value?- Specified by:
getWidthMaxin interfaceDataBarFormatting
-
setWidthMax
public void setWidthMax(int width) - Specified by:
setWidthMaxin interfaceDataBarFormatting
-
getColor
- Specified by:
getColorin interfaceDataBarFormatting
-
setColor
- Specified by:
setColorin interfaceDataBarFormatting
-
getMinThreshold
Description copied from interface:DataBarFormattingThe threshold that defines "everything from here down is minimum"- Specified by:
getMinThresholdin interfaceDataBarFormatting
-
getMaxThreshold
Description copied from interface:DataBarFormattingThe threshold that defines "everything from here up is maximum"- Specified by:
getMaxThresholdin interfaceDataBarFormatting
-
createThreshold
-