LocaleOptions

遗产: java.lang.Object

public class LocaleOptions

LocaleOptions 类型指定 Aspose.PDF 的语言环境配置。

构造函数

构造函数描述
LocaleOptions()

方法

方法描述
clear()清除 Aspose.PDF 的默认语言环境。
equals(Object arg0)
getClass()
getLocale()获取 Aspose.PDF 当前实际的默认语言环境
hashCode()
notify()
notifyAll()
setLocale(Locale local)设置与 Aspose.PDF 相关的默认语言环境。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

LocaleOptions()

public LocaleOptions()

clear()

public static void clear()

清除 Aspose.PDF 的默认语言环境。将使用 java 的默认语言环境。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getLocale()

public static Locale getLocale()

获取 Aspose.PDF 当前实际的默认语言环境

退货: java.util.Locale - 语言环境实例

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setLocale(Locale local)

public static void setLocale(Locale local)

设置与 Aspose.PDF 相关的默认语言环境。

参数:

范围类型描述
localjava.util.Locale语言环境实例

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int