LocaleOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class LocaleOptions
LocaleOptions type specifies locale configuration for Aspose.Email.
Constructors
Constructor | Description |
---|---|
LocaleOptions() |
Methods
Method | Description |
---|---|
clear() | Clears default locale for Aspose.Email. |
equals(Object arg0) | |
getClass() | |
getLocale() | Returns default Locale for Aspose.Email. |
hashCode() | |
notify() | |
notifyAll() | |
setLocale(String localeName) | Set default locale related for Aspose.Email. |
setLocale(Locale locale) | Set default locale related for Aspose.Email. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
LocaleOptions()
public LocaleOptions()
clear()
public static void clear()
Clears default locale for Aspose.Email. Will be used locale default for Java.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLocale()
public static Locale getLocale()
Returns default Locale for Aspose.Email.
Returns: java.util.Locale - The default Locale for current thread.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setLocale(String localeName)
public static void setLocale(String localeName)
Set default locale related for Aspose.Email.
Parameters:
Parameter | Type | Description |
---|---|---|
localeName | java.lang.String | the default Locale Name. |
setLocale(Locale locale)
public static void setLocale(Locale locale)
Set default locale related for Aspose.Email.
Parameters:
Parameter | Type | Description |
---|---|---|
locale | java.util.Locale | the default Locale. |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |