Package org.apache.poi.ss.usermodel
Interface DynamicFilter
-
- All Known Implementing Classes:
XSSFDynamicFilter
public interface DynamicFilter- Since:
- 3.9.11
- Author:
- henri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.DoublegetMaxValue()java.lang.StringgetType()java.lang.DoublegetValue()voidsetProperties(java.lang.Double maxVal, java.lang.Double value, java.lang.String type)
-