BorderType

遗产: java.lang.Object

public class BorderType

指定边框的边。

要了解更多信息,请访问Programming with Documents文档文章。

字段

场地描述
BOTTOM指定段落或表格单元格的底部边框。
DIAGONAL_DOWN指定表格单元格中的对角线边框。
DIAGONAL_UP指定表格单元格中的对角线边框。
HORIZONTAL指定表格中单元格之间或一致段落之间的水平边框。
LEFT指定段落或表格单元格的左边框。
NONE默认值。
RIGHT指定段落或表格单元格的右边框。
TOP指定段落或表格单元格的上边框。
VERTICAL指定表格中单元格之间的垂直边框。
length

方法

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

BOTTOM

public static int BOTTOM

指定段落或表格单元格的底部边框。

DIAGONAL_DOWN

public static int DIAGONAL_DOWN

指定表格单元格中的对角线边框。

DIAGONAL_UP

public static int DIAGONAL_UP

指定表格单元格中的对角线边框。

HORIZONTAL

public static int HORIZONTAL

指定表格中单元格之间或一致段落之间的水平边框。

LEFT

public static int LEFT

指定段落或表格单元格的左边框。

NONE

public static int NONE

默认值。

public static int RIGHT

指定段落或表格单元格的右边框。

TOP

public static int TOP

指定段落或表格单元格的上边框。

VERTICAL

public static int VERTICAL

指定表格中单元格之间的垂直边框。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String borderTypeName)

public static int fromName(String borderTypeName)

参数:

范围类型描述
borderTypeNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int borderType)

public static String getName(int borderType)

参数:

范围类型描述
borderTypeint

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

public static String toString(int borderType)

参数:

范围类型描述
borderTypeint

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