Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelFunctionRow
Packages that use ExcelFunctionRow
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 ExcelFunctionRow in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return ExcelFunctionRowModifier and TypeMethodDescriptionExcelFunctionRowsImpl.getExcelFunctions()Gets the excel functions.Methods in bld.generator.report.excel.annotation.impl with parameters of type ExcelFunctionRowModifier and TypeMethodDescriptionvoidExcelFunctionRowsImpl.setExcelFunctions(ExcelFunctionRow[] excelFunctions) Sets the excel functions.Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelFunctionRowModifierConstructorDescriptionExcelFunctionRowsImpl(ExcelFunctionRow[] excelFunctions, ExcelFunctionMergeRow[] excelFunctionMerges) Instantiates a new excel function rows impl.