OfficeMathJustification
内容
[
隐藏
]遗产: java.lang.Object
public class OfficeMathJustification
指定等式的理由。
字段
场地 | 描述 |
---|---|
CENTER | 将数学文本的每个实例相对于页边距单独居中。 |
CENTER_GROUP | 相对于彼此向左对齐数学文本实例,并相对于页面将数学文本组(数学段落)居中。 |
DEFAULT | 默认值CENTER_GROUP. |
INLINE | 数学的内联位置。 |
LEFT | 数学段落的左对齐。 |
RIGHT | 数学段落的右对齐。 |
length |
方法
CENTER
public static int CENTER
将数学文本的每个实例相对于页边距单独居中。
CENTER_GROUP
public static int CENTER_GROUP
相对于彼此向左对齐数学文本实例,并相对于页面将数学文本组(数学段落)居中。
DEFAULT
public static int DEFAULT
默认值CENTER_GROUP.
INLINE
public static int INLINE
数学的内联位置。
LEFT
public static int LEFT
数学段落的左对齐。
RIGHT
public static int RIGHT
数学段落的右对齐。
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String officeMathJustificationName)
public static int fromName(String officeMathJustificationName)
参数:
范围 | 类型 | 描述 |
---|---|---|
officeMathJustificationName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int officeMathJustification)
public static String getName(int officeMathJustification)
参数:
范围 | 类型 | 描述 |
---|---|---|
officeMathJustification | 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 officeMathJustification)
public static String toString(int officeMathJustification)
参数:
范围 | 类型 | 描述 |
---|---|---|
officeMathJustification | 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 |