VerticalAlignment
内容
[
隐藏
]遗产: java.lang.Object
public class VerticalAlignment
指定浮动形状、文本框架或浮动表格的垂直对齐方式。
字段
场地 | 描述 |
---|---|
BOTTOM | 指定对象应位于垂直对齐基准的底部。 |
CENTER | 指定对象应相对于垂直对齐基准居中。 |
DEFAULT | 如同NONE. |
INLINE | 没有记录。 |
INSIDE | 指定对象应位于水平对齐基准内。 |
NONE | 对象被显式定位,通常使用它的Top财产。 |
OUTSIDE | 指定对象应位于垂直对齐基准之外。 |
TOP | 指定对象应位于垂直对齐基准的顶部。 |
length |
方法
BOTTOM
public static int BOTTOM
指定对象应位于垂直对齐基准的底部。
CENTER
public static int CENTER
指定对象应相对于垂直对齐基准居中。
DEFAULT
public static int DEFAULT
如同NONE.
INLINE
public static int INLINE
没有记录。似乎是浮动段落和表格的可能值。
INSIDE
public static int INSIDE
指定对象应位于水平对齐基准内。
NONE
public static int NONE
对象被显式定位,通常使用它的Top财产。
OUTSIDE
public static int OUTSIDE
指定对象应位于垂直对齐基准之外。
TOP
public static int TOP
指定对象应位于垂直对齐基准的顶部。
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String verticalAlignmentName)
public static int fromName(String verticalAlignmentName)
参数:
范围 | 类型 | 描述 |
---|---|---|
verticalAlignmentName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int verticalAlignment)
public static String getName(int verticalAlignment)
参数:
范围 | 类型 | 描述 |
---|---|---|
verticalAlignment | 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 verticalAlignment)
public static String toString(int verticalAlignment)
参数:
范围 | 类型 | 描述 |
---|---|---|
verticalAlignment | 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 |