Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelHeaderCellLayout
Packages that use ExcelHeaderCellLayout
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 ExcelHeaderCellLayout in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return ExcelHeaderCellLayoutModifier and TypeMethodDescriptionExcelFunctionMergeRowImpl.getExcelHeaderCellLayout()Gets the excel header cell layout.ExcelFunctionRowImpl.getExcelHeaderCellLayout()Gets the excel header cell layout.ExcelHeaderLayoutImpl.getExcelHeaderCellLayout()Gets the excel header cell layout.Methods in bld.generator.report.excel.annotation.impl with parameters of type ExcelHeaderCellLayoutModifier and TypeMethodDescriptionvoidExcelFunctionMergeRowImpl.setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout) Sets the excel header cell layout.voidExcelFunctionRowImpl.setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout) Sets the excel header cell layout.voidExcelHeaderLayoutImpl.setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout) Sets the excel header cell layout.Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelHeaderCellLayoutModifierConstructorDescriptionExcelFunctionMergeRowImpl(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) ExcelHeaderLayoutImpl(short rowHeight, ExcelHeaderCellLayout excelHeaderCellLayout) Instantiates a new excel header layout impl. -
Uses of ExcelHeaderCellLayout in bld.generator.report.excel.data
Methods in bld.generator.report.excel.data that return ExcelHeaderCellLayoutModifier and TypeMethodDescriptionExtraColumnAnnotation.getExcelHeaderCellLayout()Gets the excel header layout.SheetHeader.getExcelHeaderCellLayout()Gets the excel header layout.Methods in bld.generator.report.excel.data with parameters of type ExcelHeaderCellLayoutModifier and TypeMethodDescriptionvoidSheetHeader.setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout) Sets the excel header layout. -
Uses of ExcelHeaderCellLayout in bld.generator.report.excel.impl
Methods in bld.generator.report.excel.impl with parameters of type ExcelHeaderCellLayoutModifier and TypeMethodDescriptionprotected org.apache.poi.ss.usermodel.CellStyleSuperGenerateExcelImpl.createCellStyle(org.apache.poi.ss.usermodel.Workbook workbook, ExcelHeaderCellLayout layout) Creates the cell style.