Uses of Enum Class
pi.actor.ImageText.CaseSensitivity
Packages that use ImageText.CaseSensitivity
-
Uses of ImageText.CaseSensitivity in pi.actor
Methods in pi.actor that return ImageText.CaseSensitivityModifier and TypeMethodDescription@Nullable ImageText.CaseSensitivityImageText.Font.supportsCase()Gibt die Handhabung der Groß- und Kleinschreibung zurück.static ImageText.CaseSensitivityReturns the enum constant of this class with the specified name.static ImageText.CaseSensitivity[]ImageText.CaseSensitivity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pi.actor with parameters of type ImageText.CaseSensitivityModifier and TypeMethodDescriptionImageText.Font.supportsCase(@Nullable ImageText.CaseSensitivity supportsCase) Setzt die Handhabung der Groß- und Kleinschreibung.