NumeralFormat
遗产: java.lang.Object
public class NumeralFormat
指示在呈现为固定页面格式时用于表示数字的符号集。
字段
场地 | 描述 |
---|---|
ARABIC_INDIC | 阿拉伯语中使用的数字:\u0660\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669. |
CONTEXT | 符号集由上下文决定(语言环境和 RTL 属性)。 |
EASTERN_ARABIC_INDIC | 波斯语和乌尔都语中使用的数字:\u06f0\u06f1\u06f2\u06f3\u06f4\u06f5\u06f6\u06f7\u06f8\u06f9。 |
EUROPEAN | 欧洲数字:0123456789。 |
SYSTEM | 不支持此选项。 |
length |
方法
ARABIC_INDIC
public static int ARABIC_INDIC
阿拉伯语中使用的数字:\u0660\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669. Unicode 范围 U+0660 - u+0669。
CONTEXT
public static int CONTEXT
符号集由上下文决定(语言环境和 RTL 属性)。
EASTERN_ARABIC_INDIC
public static int EASTERN_ARABIC_INDIC
波斯语和乌尔都语中使用的数字:\u06f0\u06f1\u06f2\u06f3\u06f4\u06f5\u06f6\u06f7\u06f8\u06f9。 Unicode 范围 U+06F0 - u+06F9。
EUROPEAN
public static int EUROPEAN
欧洲数字:0123456789。
SYSTEM
public static int SYSTEM
不支持此选项。符号集由区域设置决定。
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String numeralFormatName)
public static int fromName(String numeralFormatName)
参数:
范围 | 类型 | 描述 |
---|---|---|
numeralFormatName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int numeralFormat)
public static String getName(int numeralFormat)
参数:
范围 | 类型 | 描述 |
---|---|---|
numeralFormat | int |
退货: java.lang.字符串
getValues()
public static int[] getValues()
退货: 整数[]
hashCode()
public native int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
退货: java.lang.字符串
toString(int numeralFormat)
public static String toString(int numeralFormat)
参数:
范围 | 类型 | 描述 |
---|---|---|
numeralFormat | int |
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |