Uses of Enum Class
com.orchestranetworks.addon.dex.configuration.FontStyle
Packages that use FontStyle
Package
Description
Classes and interfaces to define specifications for the import, export and transfer data services.
-
Uses of FontStyle in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return FontStyleModifier and TypeMethodDescriptionstatic FontStyleReturns the enum constant of this class with the specified name.static FontStyle[]FontStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orchestranetworks.addon.dex.configuration that return types with arguments of type FontStyleModifier and TypeMethodDescriptionDataFormat.getFontStyles()Returns the list of the cell's font style.Method parameters in com.orchestranetworks.addon.dex.configuration with type arguments of type FontStyleModifier and TypeMethodDescriptionvoidDataFormat.setFontStyles(List<FontStyle> fontStyles) Sets the list of the cell's font style.