Uses of Enum Class
com.almworks.jira.structure.api.export.printable.PercentageStyle
Packages that use PercentageStyle
-
Uses of PercentageStyle in com.almworks.jira.structure.api.export.printable
Methods in com.almworks.jira.structure.api.export.printable that return PercentageStyleModifier and TypeMethodDescriptionstatic PercentageStyleReturns the enum constant of this class with the specified name.static PercentageStyle[]PercentageStyle.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.printable with parameters of type PercentageStyleModifier and TypeMethodDescriptionvoidPrintableColumn.setPercentageStyle(PercentageStyle style) Set the percentage display style for the cells in this column.