Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelFunctionSubTotal
Packages that use ExcelFunctionSubTotal
Package
Description
In this package, each class represents an annotation in the form of entities and are used to manage sheets with dynamic columns.
-
Uses of ExcelFunctionSubTotal in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return ExcelFunctionSubTotalModifier and TypeMethodDescriptionExcelFunctionImpl.getOnSubTotalRow()ExcelFunctionImpl.isOnSubTotalRow()Methods in bld.generator.report.excel.annotation.impl with parameters of type ExcelFunctionSubTotalModifier and TypeMethodDescriptionvoidExcelFunctionImpl.setOnSubTotalRow(ExcelFunctionSubTotal onSubTotalRow) Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelFunctionSubTotalModifierConstructorDescriptionExcelFunctionImpl(String function, String nameFunction, boolean anotherTable, ExcelFormulaAlias[] alias, ExcelFunctionSubTotal onSubTotalRow)