Uses of Enum Class
com.almworks.jira.structure.api.export.excel.ExcelStyle
Packages that use ExcelStyle
-
Uses of ExcelStyle in com.almworks.jira.structure.api.export.excel
Methods in com.almworks.jira.structure.api.export.excel that return ExcelStyleModifier and TypeMethodDescriptionstatic ExcelStyleReturns the enum constant of this class with the specified name.static ExcelStyle[]ExcelStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.almworks.jira.structure.api.export.excel with parameters of type ExcelStyleModifier and TypeMethodDescriptionvoidExcelColumn.setDefaultStyle(ExcelStyle style) Set the default cell style.voidExcelCell.setStyle(ExcelStyle style) Set the cell style.