Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelColumn
Packages that use ExcelColumn
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 ExcelColumn in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return ExcelColumnModifier and TypeMethodDescriptionExcelFunctionMergeRowImpl.getExcelColumn()Gets the excel column.ExcelFunctionRowImpl.getExcelColumn()Gets the excel column.Methods in bld.generator.report.excel.annotation.impl with parameters of type ExcelColumnModifier and TypeMethodDescriptionvoidExcelFunctionMergeRowImpl.setExcelColumn(ExcelColumn excelColumn) Sets the excel column.voidExcelFunctionRowImpl.setExcelColumn(ExcelColumn excelColumn) Sets the excel column.Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelColumnModifierConstructorDescriptionExcelFunctionMergeRowImpl(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 ExcelColumn in bld.generator.report.excel.data
Methods in bld.generator.report.excel.data that return ExcelColumnModifier and TypeMethodDescriptionSheetHeader.excelColumn()Excel column.ExtraColumnAnnotation.getExcelColumn()Gets the excel column.SheetHeader.getExcelColumn()Gets the excel column.Methods in bld.generator.report.excel.data with parameters of type ExcelColumnModifier and TypeMethodDescriptionvoidSheetHeader.setExcelColumn(ExcelColumn excelColumn) Sets the excel column.