Uses of Class
org.apache.poi.xssf.usermodel.XSSFTableColumnHelper.TotalsRowFunction
-
Packages that use XSSFTableColumnHelper.TotalsRowFunction Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFTableColumnHelper.TotalsRowFunction in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFTableColumnHelper.TotalsRowFunction Modifier and Type Method Description static XSSFTableColumnHelper.TotalsRowFunctionXSSFTableColumnHelper.TotalsRowFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static XSSFTableColumnHelper.TotalsRowFunction[]XSSFTableColumnHelper.TotalsRowFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFTableColumnHelper.TotalsRowFunction Modifier and Type Method Description static voidXSSFTableColumnHelper. setTotalsRowFunction(org.apache.poi.xssf.usermodel.XSSFTableColumn tableColumn, XSSFTableColumnHelper.TotalsRowFunction func)
-