BorderType
内容
[
隐藏
]遗产: java.lang.Object
public class BorderType
指定边框的边。
要了解更多信息,请访问Programming with Documents文档文章。
字段
场地 | 描述 |
---|---|
BOTTOM | 指定段落或表格单元格的底部边框。 |
DIAGONAL_DOWN | 指定表格单元格中的对角线边框。 |
DIAGONAL_UP | 指定表格单元格中的对角线边框。 |
HORIZONTAL | 指定表格中单元格之间或一致段落之间的水平边框。 |
LEFT | 指定段落或表格单元格的左边框。 |
NONE | 默认值。 |
RIGHT | 指定段落或表格单元格的右边框。 |
TOP | 指定段落或表格单元格的上边框。 |
VERTICAL | 指定表格中单元格之间的垂直边框。 |
length |
方法
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
默认值。
RIGHT
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)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String borderTypeName)
public static int fromName(String borderTypeName)
参数:
范围 | 类型 | 描述 |
---|---|---|
borderTypeName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int borderType)
public static String getName(int borderType)
参数:
范围 | 类型 | 描述 |
---|---|---|
borderType | 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 borderType)
public static String toString(int borderType)
参数:
范围 | 类型 | 描述 |
---|---|---|
borderType | 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 |