public class CurrentThreadSettings
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Locale |
getLocale()
Returns
Locale that used by the current Aspose.Words thread. |
static java.util.TimeZone |
getTimeZone()
Returns
TimeZone that used by the current Aspose.Words thread. |
static void |
setLocale(java.util.Locale locale)
Sets
Locale for the current Aspose.Words thread. |
static void |
setLocale(java.lang.String localeName)
Sets
Locale for the current Aspose.Words thread using locale name. |
static void |
setTimeZone(java.util.TimeZone timeZone)
Sets
TimeZone for the current Aspose.Words thread. |
public static java.util.Locale getLocale()
Locale that used by the current Aspose.Words thread.public static void setLocale(java.lang.String localeName)
Locale for the current Aspose.Words thread using locale name.public static void setLocale(java.util.Locale locale)
Locale for the current Aspose.Words thread.public static java.util.TimeZone getTimeZone()
TimeZone that used by the current Aspose.Words thread.public static void setTimeZone(java.util.TimeZone timeZone)
TimeZone for the current Aspose.Words thread.