Package org.apache.poi.xssf.usermodel
Class XSSFIconMultiStateFormatting
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFIconMultiStateFormatting
-
- All Implemented Interfaces:
IconMultiStateFormatting
public class XSSFIconMultiStateFormatting extends Object implements 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSSFConditionalFormattingThresholdcreateThreshold()IconMultiStateFormatting.IconSetgetIconSet()XSSFConditionalFormattingThreshold[]getThresholds()booleanisIconOnly()booleanisReversed()voidsetIconOnly(boolean only)voidsetIconSet(IconMultiStateFormatting.IconSet set)voidsetReversed(boolean reversed)voidsetThresholds(ConditionalFormattingThreshold[] thresholds)
-
-
-
Method Detail
-
getIconSet
public IconMultiStateFormatting.IconSet getIconSet()
- Specified by:
getIconSetin interfaceIconMultiStateFormatting
-
setIconSet
public void setIconSet(IconMultiStateFormatting.IconSet set)
- Specified by:
setIconSetin interfaceIconMultiStateFormatting
-
isIconOnly
public boolean isIconOnly()
- Specified by:
isIconOnlyin interfaceIconMultiStateFormatting
-
setIconOnly
public void setIconOnly(boolean only)
- Specified by:
setIconOnlyin interfaceIconMultiStateFormatting
-
isReversed
public boolean isReversed()
- Specified by:
isReversedin interfaceIconMultiStateFormatting
-
setReversed
public void setReversed(boolean reversed)
- Specified by:
setReversedin interfaceIconMultiStateFormatting
-
getThresholds
public XSSFConditionalFormattingThreshold[] getThresholds()
- Specified by:
getThresholdsin interfaceIconMultiStateFormatting
-
setThresholds
public void setThresholds(ConditionalFormattingThreshold[] thresholds)
- Specified by:
setThresholdsin interfaceIconMultiStateFormatting
-
createThreshold
public XSSFConditionalFormattingThreshold createThreshold()
- Specified by:
createThresholdin interfaceIconMultiStateFormatting
-
-