Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelColumnWidth
Packages that use ExcelColumnWidth
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 ExcelColumnWidth in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return ExcelColumnWidthModifier and TypeMethodDescriptionExcelFunctionMergeRowImpl.getExcelColumnWidth()Gets the excel column width.ExcelFunctionRowImpl.getExcelColumnWidth()Gets the excel column width.Methods in bld.generator.report.excel.annotation.impl with parameters of type ExcelColumnWidthModifier and TypeMethodDescriptionvoidExcelFunctionMergeRowImpl.setExcelColumnWidth(ExcelColumnWidth excelColumnWidth) Sets the excel column width.voidExcelFunctionRowImpl.setExcelColumnWidth(ExcelColumnWidth excelColumnWidth) Sets the excel column width.Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelColumnWidthModifierConstructorDescriptionExcelFunctionMergeRowImpl(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 ExcelColumnWidth in bld.generator.report.excel.data
Methods in bld.generator.report.excel.data that return ExcelColumnWidthModifier and TypeMethodDescriptionExtraColumnAnnotation.getExcelColumnWidth()Gets the excel column width.SheetHeader.getExcelColumnWidth()Gets the excel column width.Methods in bld.generator.report.excel.data with parameters of type ExcelColumnWidthModifier and TypeMethodDescriptionvoidSheetHeader.setExcelColumnWidth(ExcelColumnWidth excelColumnWidth) Sets the excel column width.