Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelFont
Packages that use ExcelFont
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 ExcelFont in bld.generator.report.excel.annotation.impl
Fields in bld.generator.report.excel.annotation.impl declared as ExcelFontMethods in bld.generator.report.excel.annotation.impl that return ExcelFontModifier and TypeMethodDescriptionExcelCellLayoutImpl.getFont()Gets the font.ExcelHeaderCellLayoutImpl.getFont()Gets the font.Methods in bld.generator.report.excel.annotation.impl with parameters of type ExcelFontModifier and TypeMethodDescriptionvoidSets the font.voidSets the font.Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelFontModifierConstructorDescriptionExcelCellLayoutImpl(boolean wrap, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, ExcelRgbColor[] rgbForeground, ExcelRgbColor[] rgbFont, int precision, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, ExcelFont font, org.apache.poi.ss.usermodel.FillPatternType fillPatternType, ExcelBorder border) Instantiates a new excel cell layout impl.ExcelCellLayoutImpl(boolean wrap, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, ExcelRgbColor[] rgbForeground, ExcelRgbColor[] rgbFont, int precision, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, ExcelFont font, org.apache.poi.ss.usermodel.FillPatternType fillPatternType, ExcelBorder border, boolean locked) Instantiates a new excel cell layout impl.ExcelCellLayoutImpl(boolean wrap, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, ExcelRgbColor[] rgbForeground, ExcelRgbColor[] rgbFont, int precision, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, ExcelFont font, org.apache.poi.ss.usermodel.FillPatternType fillPatternType, ExcelBorder border, boolean locked, boolean autoSizeColumn) Instantiates a new excel cell layout impl.ExcelCellLayoutImpl(boolean wrap, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, ExcelRgbColor[] rgbForeground, ExcelRgbColor[] rgbFont, int precision, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, ExcelFont font, org.apache.poi.ss.usermodel.FillPatternType fillPatternType, ExcelBorder border, boolean locked, boolean autoSizeColumn, boolean percent) Instantiates a new excel cell layout impl.ExcelHeaderCellLayoutImpl(boolean wrap, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, ExcelRgbColor rgbForeground, ExcelRgbColor rgbFont, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, ExcelFont font, org.apache.poi.ss.usermodel.FillPatternType fillPatternType, ExcelBorder border, int rotation, boolean locked) Instantiates a new excel header cell layout impl. -
Uses of ExcelFont in bld.generator.report.excel.impl
Methods in bld.generator.report.excel.impl with parameters of type ExcelFont