Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelMergeRow
Packages that use ExcelMergeRow
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 ExcelMergeRow in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return ExcelMergeRowModifier and TypeMethodDescriptionExcelFunctionMergeRowImpl.getExcelMergeRow()Gets the excel merge row.Methods in bld.generator.report.excel.annotation.impl with parameters of type ExcelMergeRowModifier and TypeMethodDescriptionvoidExcelFunctionMergeRowImpl.setExcelMergeRow(ExcelMergeRow excelMergeRow) Sets the excel merge row.Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelMergeRowModifierConstructorDescriptionExcelFunctionMergeRowImpl(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) -
Uses of ExcelMergeRow in bld.generator.report.excel.data
Methods in bld.generator.report.excel.data that return ExcelMergeRowModifier and TypeMethodDescriptionExtraColumnAnnotation.getExcelMergeRow()Gets the excel merge row.SheetHeader.getExcelMergeRow()Gets the excel merge row.Methods in bld.generator.report.excel.data with parameters of type ExcelMergeRowModifier and TypeMethodDescriptionvoidSheetHeader.setExcelMergeRow(ExcelMergeRow excelMergeRow) Sets the excel merge row.