LocaleOptions
Inheritance: java.lang.Object
public class LocaleOptions
Der Typ LocaleOptions gibt die Gebietsschema-Konfiguration für Aspose.Note an.
Konstruktoren
| Konstruktor | Beschreibung |
|---|---|
| LocaleOptions() |
Methoden
| Methode | Beschreibung |
|---|---|
| clear() | Löscht die Standard-Locale für Aspose.Note. |
| getLocale() | Erhalte die derzeit tatsächlich aktuelle Standard-Locale für Aspose.Note |
| setLocale(Locale local) | Setze die für Aspose.Note zugehörige Standard-Locale. |
LocaleOptions()
public LocaleOptions()
clear()
public static void clear()
Löscht die Standard-Locale für Aspose.Note. Wird die Standard-Locale für Java verwendet.
getLocale()
public static Locale getLocale()
Erhalte die derzeit tatsächlich aktuelle Standard-Locale für Aspose.Note
Returns: java.util.Locale - Locale-Instanz
setLocale(Locale local)
public static void setLocale(Locale local)
Setze die für Aspose.Note zugehörige Standard-Locale.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| lokal | java.util.Locale | Locale-Instanz |