LocaleOptions

Inheritance: java.lang.Object

public final class LocaleOptions

Der Typ LocaleOptions gibt die Gebietsschema‑Konfiguration für Aspose.Imaging an.

Methoden

MethodeBeschreibung
setLocale(Locale defaultLocale)Standardlocale für Aspose.Imaging festlegen
getLocale()Aktuelles tatsächliches Standardlocale für Aspose.Imaging abrufen
clear()Standardlocale für Aspose.Imaging zurücksetzen.

setLocale(Locale defaultLocale)

public static void setLocale(Locale defaultLocale)

Standardlocale für Aspose.Imaging festlegen

Parameters:

ParameterTypBeschreibung
defaultLocalejava.util.LocaleLocale-Instanz

getLocale()

public static Locale getLocale()

Aktuelles tatsächliches Standardlocale für Aspose.Imaging abrufen

Returns: java.util.Locale – Locale-Instanz

clear()

public static void clear()

Standardlocale für Aspose.Imaging zurücksetzen.

Standardlocale für Java wird verwendet.