Uses of Enum
bld.generator.report.excel.constant.BoxStyle
Packages that use BoxStyle
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 BoxStyle in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return BoxStyleMethods in bld.generator.report.excel.annotation.impl with parameters of type BoxStyleModifier and TypeMethodDescriptionvoidExcelBoxMessageImpl.setBoxStyle(BoxStyle boxStyle) Sets the box style.Constructors in bld.generator.report.excel.annotation.impl with parameters of type BoxStyleModifierConstructorDescriptionExcelBoxMessageImpl(boolean show, BoxStyle boxStyle, String title, String message) Instantiates a new excel box impl. -
Uses of BoxStyle in bld.generator.report.excel.constant
Methods in bld.generator.report.excel.constant that return BoxStyle -
Uses of BoxStyle in bld.generator.report.excel.dropdown
Methods in bld.generator.report.excel.dropdown that return BoxStyleMethods in bld.generator.report.excel.dropdown with parameters of type BoxStyleModifier and TypeMethodDescriptionvoidBoxMessage.setBoxStyle(BoxStyle boxStyle) Sets the box style.