OfficeMathJustification

遗产: java.lang.Object

public class OfficeMathJustification

指定等式的理由。

字段

场地描述
CENTER将数学文本的每个实例相对于页边距单独居中。
CENTER_GROUP相对于彼此向左对齐数学文本实例,并相对于页面将数学文本组(数学段落)居中。
DEFAULT默认值CENTER_GROUP.
INLINE数学的内联位置。
LEFT数学段落的左对齐。
RIGHT数学段落的右对齐。
length

方法

方法描述
equals(Object arg0)
fromName(String officeMathJustificationName)
getClass()
getName(int officeMathJustification)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int officeMathJustification)
wait()
wait(long arg0)
wait(long arg0, int arg1)

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

数学段落的左对齐。

public static int RIGHT

数学段落的右对齐。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String officeMathJustificationName)

public static int fromName(String officeMathJustificationName)

参数:

范围类型描述
officeMathJustificationNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int officeMathJustification)

public static String getName(int officeMathJustification)

参数:

范围类型描述
officeMathJustificationint

退货: 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)

参数:

范围类型描述
officeMathJustificationint

退货: 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