Package org.apache.poi.xssf.usermodel
Class XSSFIconMultiStateFormatting
java.lang.Object
org.apache.poi.xssf.usermodel.XSSFIconMultiStateFormatting
- All Implemented Interfaces:
IconMultiStateFormatting
High level representation for Icon / Multi-State Formatting
component of Conditional Formatting settings
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.poi.ss.usermodel.IconMultiStateFormatting
IconMultiStateFormatting.IconSet -
Method Summary
Modifier and TypeMethodDescriptionCreates a new, empty ThresholdGet the Icon Set usedGets the list of thresholdsbooleanShould Icon + Value be displayed, or only the Icon?booleanvoidsetIconOnly(boolean only) Control if only the Icon is shown, or Icon + ValuevoidChanges the Icon Set usedvoidsetReversed(boolean reversed) voidsetThresholds(ConditionalFormattingThreshold[] thresholds) Sets the of thresholds.
-
Method Details
-
getIconSet
Description copied from interface:IconMultiStateFormattingGet the Icon Set used- Specified by:
getIconSetin interfaceIconMultiStateFormatting
-
setIconSet
Description copied from interface:IconMultiStateFormattingChanges the Icon Set usedIf the new Icon Set has a different number of icons to the old one, you must update the thresholds before saving!
- Specified by:
setIconSetin interfaceIconMultiStateFormatting
-
isIconOnly
public boolean isIconOnly()Description copied from interface:IconMultiStateFormattingShould Icon + Value be displayed, or only the Icon?- Specified by:
isIconOnlyin interfaceIconMultiStateFormatting
-
setIconOnly
public void setIconOnly(boolean only) Description copied from interface:IconMultiStateFormattingControl if only the Icon is shown, or Icon + Value- Specified by:
setIconOnlyin interfaceIconMultiStateFormatting
-
isReversed
public boolean isReversed()- Specified by:
isReversedin interfaceIconMultiStateFormatting
-
setReversed
public void setReversed(boolean reversed) - Specified by:
setReversedin interfaceIconMultiStateFormatting
-
getThresholds
Description copied from interface:IconMultiStateFormattingGets the list of thresholds- Specified by:
getThresholdsin interfaceIconMultiStateFormatting
-
setThresholds
Description copied from interface:IconMultiStateFormattingSets the of thresholds. The number must matchIconMultiStateFormatting.IconSet.numfor the currentIconMultiStateFormatting.getIconSet()- Specified by:
setThresholdsin interfaceIconMultiStateFormatting
-
createThreshold
Description copied from interface:IconMultiStateFormattingCreates a new, empty Threshold- Specified by:
createThresholdin interfaceIconMultiStateFormatting
-