Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelSubtotal
Packages that use ExcelSubtotal
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 ExcelSubtotal in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return ExcelSubtotalModifier and TypeMethodDescriptionExcelFunctionMergeRowImpl.getExcelSubtotal()Gets the excel subtotal.ExcelFunctionRowImpl.getExcelSubtotal()Gets the excel subtotal.Methods in bld.generator.report.excel.annotation.impl with parameters of type ExcelSubtotalModifier and TypeMethodDescriptionvoidExcelFunctionMergeRowImpl.setExcelSubtotal(ExcelSubtotal excelSubtotal) Sets the excel subtotal.voidExcelFunctionRowImpl.setExcelSubtotal(ExcelSubtotal excelSubtotal) Sets the excel subtotal.Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelSubtotalModifierConstructorDescriptionExcelFunctionMergeRowImpl(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, 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 ExcelSubtotal in bld.generator.report.excel.data
Methods in bld.generator.report.excel.data that return ExcelSubtotalModifier and TypeMethodDescriptionExtraColumnAnnotation.getExcelSubtotal()Gets the excel subtotal.SheetHeader.getExcelSubtotal()Gets the excel subtotal.Methods in bld.generator.report.excel.data with parameters of type ExcelSubtotalModifier and TypeMethodDescriptionvoidSheetHeader.setExcelSubtotal(ExcelSubtotal excelSubTotal) Sets the excel subtotal.