TextOrientation

遗产: java.lang.Object

public class TextOrientation

指定页面、表格单元格或文本框架中文本的方向。

字段

场地描述
DOWNWARD文本向右旋转 90 度以从上到下显示 (tb-rl)。
HORIZONTAL文本水平排列 (lr-tb)。
HORIZONTAL_ROTATED_FAR_EAST文本水平排列,但远东字符向左旋转 90 度 (lr-tb-v)。
UPWARD文本向左旋转 90 度,从下到上显示 (bt-lr)。
VERTICAL_FAR_EAST远东字符垂直显示,其他文本向右旋转 90 度以从上到下显示 (tb-rl-v)。
VERTICAL_ROTATED_FAR_EAST远东字符垂直显示,其他文本向右旋转 90 度以从上到下垂直显示,然后从左到右水平显示 (tb-lr-v)。
length

方法

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

DOWNWARD

public static int DOWNWARD

文本向右旋转 90 度以从上到下显示 (tb-rl)。

HORIZONTAL

public static int HORIZONTAL

文本水平排列 (lr-tb)。

HORIZONTAL_ROTATED_FAR_EAST

public static int HORIZONTAL_ROTATED_FAR_EAST

文本水平排列,但远东字符向左旋转 90 度 (lr-tb-v)。

UPWARD

public static int UPWARD

文本向左旋转 90 度,从下到上显示 (bt-lr)。

VERTICAL_FAR_EAST

public static int VERTICAL_FAR_EAST

远东字符垂直显示,其他文本向右旋转 90 度以从上到下显示 (tb-rl-v)。

VERTICAL_ROTATED_FAR_EAST

public static int VERTICAL_ROTATED_FAR_EAST

远东字符垂直显示,其他文本向右旋转 90 度以从上到下垂直显示,然后从左到右水平显示 (tb-lr-v)。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String textOrientationName)

public static int fromName(String textOrientationName)

参数:

范围类型描述
textOrientationNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int textOrientation)

public static String getName(int textOrientation)

参数:

范围类型描述
textOrientationint

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

public static String toString(int textOrientation)

参数:

范围类型描述
textOrientationint

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