Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelFunction
Packages that use ExcelFunction
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 ExcelFunction in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return ExcelFunctionModifier and TypeMethodDescriptionExcelFunctionMergeRowImpl.getExcelFunction()Gets the excel function.ExcelFunctionRowImpl.getExcelFunction()Methods in bld.generator.report.excel.annotation.impl with parameters of type ExcelFunctionModifier and TypeMethodDescriptionvoidExcelFunctionMergeRowImpl.setExcelFunction(ExcelFunction excelFunction) Sets the excel function.voidExcelFunctionRowImpl.setExcelFunction(ExcelFunction excelFunction) Sets the excel function.Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelFunctionModifierConstructorDescriptionExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelMergeRow excelMergeRow, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth) Instantiates a new excel function merge row impl.ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelMergeRow excelMergeRow, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal) Instantiates a new excel function merge row impl.ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelMergeRow excelMergeRow, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal, ExcelNumberFormat excelNumberFormat) ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth) Instantiates a new excel function row impl.ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal) Instantiates a new excel function row impl.ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal, ExcelNumberFormat excelNumberFormat) -
Uses of ExcelFunction in bld.generator.report.excel.data
Methods in bld.generator.report.excel.data that return ExcelFunctionModifier and TypeMethodDescriptionExtraColumnAnnotation.getExcelFunction()Gets the excel function.SheetHeader.getExcelFunction()Gets the excel function.Methods in bld.generator.report.excel.data with parameters of type ExcelFunctionModifier and TypeMethodDescriptionvoidSheetHeader.setExcelFunction(ExcelFunction excelFunction) Sets the excel function.