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