BorderCollection

遗产: java.lang.Object

所有已实现的接口: java.lang.Iterable

public class BorderCollection implements Iterable

Border 对象的集合。

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

不同的文档元素有不同的边框。例如,ParagraphFormat 有 Bottom、Left、Right 和 Top 边框。您可以单独为每个边框指定不同的格式,或者枚举所有边框并应用相同的格式。

方法

方法描述
clearFormatting()删除对象的所有边框。
equals(BorderCollection brColl)比较边界集合。
equals(Object arg0)
get(int index)按索引检索 Border 对象。
getBottom()获取底部边框。
getByBorderType(int borderType)
getClass()
getColor()获取边框颜色。
getCount()获取集合中的边框数。
getDistanceFromText()获取边框与文本的距离(以磅为单位)。
getHorizontal()获取在单元格或相应段落之间使用的水平边框。
getLeft()获取左边框。
getLineStyle()获取边框样式。
getLineWidth()以磅为单位获取边框宽度。
getRight()获取正确的边框。
getShadow()获取一个值,该值指示边框是否有阴影。
getTop()获取上边框。
getVertical()获取单元格之间使用的垂直边框。
hashCode()
iterator()返回可用于遍历集合中所有边界的枚举器对象。
notify()
notifyAll()
setColor(Color value)设置边框颜色。
setDistanceFromText(double value)设置边框与文本的距离(以磅为单位)。
setLineStyle(int value)设置边框样式。
setLineWidth(double value)以磅为单位设置边框宽度。
setShadow(boolean value)设置一个值,指示边框是否有阴影。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

clearFormatting()

public void clearFormatting()

删除对象的所有边框。

equals(BorderCollection brColl)

public boolean equals(BorderCollection brColl)

比较边界集合。

参数:

范围类型描述
brCollBorderCollection

退货: 布尔值

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

get(int index)

public Border get(int index)

按索引检索 Border 对象。

参数:

范围类型描述
indexint要检索的边界的从零开始的索引。

退货: Border - 相应的Border价值。

getBottom()

public Border getBottom()

获取底部边框。

退货: Border - 底部边框。

getByBorderType(int borderType)

public Border getByBorderType(int borderType)

参数:

范围类型描述
borderTypeint

退货: Border

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getColor()

public Color getColor()

获取边框颜色。

返回集合中第一个边框的颜色。

设置集合中所有边框的颜色,不包括对角线边框。

退货: java.awt.Color - 边框颜色。

getCount()

public int getCount()

获取集合中的边框数。

退货: int - 集合中的边框数。

getDistanceFromText()

public double getDistanceFromText()

获取边框与文本的距离(以磅为单位)。

获取第一个边框与文本的距离。

为集合中的所有边框设置与文本的距离,不包括对角线边框。

没有任何效果,表格单元格的边框将自动重置为零。

退货: double - 边框与文本的距离(以磅为单位)。

getHorizontal()

public Border getHorizontal()

获取在单元格或相应段落之间使用的水平边框。

退货: Border - 在单元格或符合段落之间使用的水平边框。

getLeft()

public Border getLeft()

获取左边框。

退货: Border - 左边框。

getLineStyle()

public int getLineStyle()

获取边框样式。

返回集合中第一个边框的样式。

设置集合中所有边框的样式,不包括对角线边框。

退货: int - 边框样式。返回值是其中之一LineStyle常数。

getLineWidth()

public double getLineWidth()

以磅为单位获取边框宽度。

返回集合中第一个边框的宽度。

设置集合中所有边框的宽度,不包括对角线边框。

退货: double - 以磅为单位的边框宽度。

getRight()

public Border getRight()

获取正确的边框。

退货: Border - 右边框。

getShadow()

public boolean getShadow()

获取一个值,该值指示边框是否有阴影。

从集合中的第一个边框获取值。

设置集合中所有边框的值,不包括对角线边框。

退货: boolean - 指示边框是否有阴影的值。

getTop()

public Border getTop()

获取上边框。

退货: Border - 顶部边框。

getVertical()

public Border getVertical()

获取单元格之间使用的垂直边框。

退货: Border - 单元格之间使用的垂直边框。

hashCode()

public native int hashCode()

退货: 整数

iterator()

public Iterator iterator()

返回可用于遍历集合中所有边界的枚举器对象。

退货: java.util.迭代器

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setColor(Color value)

public void setColor(Color value)

设置边框颜色。

返回集合中第一个边框的颜色。

设置集合中所有边框的颜色,不包括对角线边框。

参数:

范围类型描述
valuejava.awt.Color边框颜色。

setDistanceFromText(double value)

public void setDistanceFromText(double value)

设置边框与文本的距离(以磅为单位)。

获取第一个边框与文本的距离。

为集合中的所有边框设置与文本的距离,不包括对角线边框。

没有任何效果,表格单元格的边框将自动重置为零。

参数:

范围类型描述
valuedouble边框与文本的距离(以磅为单位)。

setLineStyle(int value)

public void setLineStyle(int value)

设置边框样式。

返回集合中第一个边框的样式。

设置集合中所有边框的样式,不包括对角线边框。

参数:

范围类型描述
valueint边框样式。该值必须是其中之一LineStyle常数。

setLineWidth(double value)

public void setLineWidth(double value)

以磅为单位设置边框宽度。

返回集合中第一个边框的宽度。

设置集合中所有边框的宽度,不包括对角线边框。

参数:

范围类型描述
valuedouble以磅为单位的边框宽度。

setShadow(boolean value)

public void setShadow(boolean value)

设置一个值,指示边框是否有阴影。

从集合中的第一个边框获取值。

设置集合中所有边框的值,不包括对角线边框。

参数:

范围类型描述
valueboolean指示边框是否有阴影的值。

toString()

public String toString()

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