Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelCellLayout
Packages that use ExcelCellLayout
Package
Description
In this package, each class represents an annotation in the form of entities and are used to manage sheets with dynamic columns.
In this package there are the main functions for generating Excel files.
-
Uses of ExcelCellLayout in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return ExcelCellLayoutModifier and TypeMethodDescriptionExcelFunctionSubTotalImpl.getExcelCellLayout()ExcelSubtotalImpl.getExcelCellLayout()Gets the excel cell layout.ExcelFunctionMergeRowImpl.getExcelCellsLayout()Gets the excel cells layout.ExcelFunctionRowImpl.getExcelCellsLayout()Gets the excel cells layout.Methods in bld.generator.report.excel.annotation.impl with parameters of type ExcelCellLayoutModifier and TypeMethodDescriptionvoidExcelFunctionSubTotalImpl.setExcelCellLayout(ExcelCellLayout excelCellLayout) voidExcelSubtotalImpl.setExcelCellLayout(ExcelCellLayout excelCellLayout) Sets the excel cell layout.voidExcelFunctionMergeRowImpl.setExcelCellsLayout(ExcelCellLayout excelCellsLayout) Sets the excel cells layout.voidExcelFunctionRowImpl.setExcelCellsLayout(ExcelCellLayout excelCellsLayout) Sets the excel cells layout.Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelCellLayoutModifierConstructorDescriptionExcelFunctionMergeRowImpl(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) ExcelFunctionSubTotalImpl(boolean value, ExcelCellLayout excelCellLayout) ExcelSubtotalImpl(ExcelCellLayout excelCellLayout, boolean enable, org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunction) Instantiates a new excel subtotal impl. -
Uses of ExcelCellLayout in bld.generator.report.excel.data
Methods in bld.generator.report.excel.data that return ExcelCellLayoutModifier and TypeMethodDescriptionExtraColumnAnnotation.getExcelCellLayout()Gets the excel cell layout.SheetHeader.getExcelCellLayout()Gets the excel cell layout.Methods in bld.generator.report.excel.data with parameters of type ExcelCellLayoutModifier and TypeMethodDescriptionvoidSheetHeader.setExcelCellLayout(ExcelCellLayout excelCellLayout) Sets the excel cell layout. -
Uses of ExcelCellLayout in bld.generator.report.excel.impl
Methods in bld.generator.report.excel.impl with parameters of type ExcelCellLayoutModifier and TypeMethodDescriptionprotected org.apache.poi.ss.usermodel.CellStyleSuperGenerateExcelImpl.createCellStyle(org.apache.poi.ss.usermodel.Workbook workbook, ExcelCellLayout layout, SheetHeader sheetHeader, Integer indexRow) Creates the cell style.protected org.apache.poi.ss.usermodel.CellStyleSuperGenerateExcelImpl.createCellStyle(org.apache.poi.ss.usermodel.Workbook workbook, ExcelCellLayout layout, Integer indexRow) Creates the cell style.