ConditionalStyleCollection
遗产: java.lang.Object
所有已实现的接口: java.lang.Iterable
public class ConditionalStyleCollection implements Iterable
代表集合ConditionalStyle对象。
要了解更多信息,请访问Working with Tables文档文章。
无法在此集合中添加或删除项目。它包含一组永久项目:每个值对应一个项目ConditionalStyleType枚举类型。
方法
方法 | 描述 |
---|---|
clearFormatting() | 清除表格样式的所有条件样式。 |
equals(Object arg0) | |
get(int index) | 检索一个ConditionalStyle按索引的对象。 |
getBottomLeftCell() | 获取左下方的单元格样式。 |
getBottomRightCell() | 获取右下角的单元格样式。 |
getByConditionalStyleType(int conditionalStyleType) | |
getClass() | |
getCount() | 获取集合中条件样式的数量。 |
getEvenColumnBanding() | 获取偶数列条带样式。 |
getEvenRowBanding() | 获取偶数行条带样式。 |
getFirstColumn() | 获取第一个列样式。 |
getFirstRow() | 获取第一行样式。 |
getLastColumn() | 获取最后一列样式。 |
getLastRow() | 获取最后一行样式。 |
getOddColumnBanding() | 获取奇数列带样式。 |
getOddRowBanding() | 获取奇数行条带样式。 |
getTopLeftCell() | 获取左上角的单元格样式。 |
getTopRightCell() | 获取右上角的单元格样式。 |
hashCode() | |
iterator() | 返回一个可用于迭代集合中所有条件样式的枚举器对象。 |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
clearFormatting()
public void clearFormatting()
清除表格样式的所有条件样式。
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
get(int index)
public ConditionalStyle get(int index)
检索一个ConditionalStyle按索引的对象。
参数:
范围 | 类型 | 描述 |
---|---|---|
index | int | 要检索的条件样式的从零开始的索引。 |
退货: ConditionalStyle - 相应的ConditionalStyle价值。
getBottomLeftCell()
public ConditionalStyle getBottomLeftCell()
获取左下方的单元格样式。
退货: ConditionalStyle - 左下角单元格样式。
getBottomRightCell()
public ConditionalStyle getBottomRightCell()
获取右下角的单元格样式。
退货: ConditionalStyle - 右下角的单元格样式。
getByConditionalStyleType(int conditionalStyleType)
public ConditionalStyle getByConditionalStyleType(int conditionalStyleType)
参数:
范围 | 类型 | 描述 |
---|---|---|
conditionalStyleType | int |
退货: ConditionalStyle
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getCount()
public int getCount()
获取集合中条件样式的数量。
退货: int - 集合中条件样式的数量。
getEvenColumnBanding()
public ConditionalStyle getEvenColumnBanding()
获取偶数列条带样式。
退货: ConditionalStyle - 偶数列带样式。
getEvenRowBanding()
public ConditionalStyle getEvenRowBanding()
获取偶数行条带样式。
退货: ConditionalStyle - 偶数行镶边样式。
getFirstColumn()
public ConditionalStyle getFirstColumn()
获取第一个列样式。
退货: ConditionalStyle - 第一列样式。
getFirstRow()
public ConditionalStyle getFirstRow()
获取第一行样式。
退货: ConditionalStyle - 第一行样式。
getLastColumn()
public ConditionalStyle getLastColumn()
获取最后一列样式。
退货: ConditionalStyle - 最后一列样式。
getLastRow()
public ConditionalStyle getLastRow()
获取最后一行样式。
退货: ConditionalStyle - 最后一行样式。
getOddColumnBanding()
public ConditionalStyle getOddColumnBanding()
获取奇数列带样式。
退货: ConditionalStyle - 奇怪的列带样式。
getOddRowBanding()
public ConditionalStyle getOddRowBanding()
获取奇数行条带样式。
退货: ConditionalStyle - 奇数行带样式。
getTopLeftCell()
public ConditionalStyle getTopLeftCell()
获取左上角的单元格样式。
退货: ConditionalStyle - 左上角的单元格样式。
getTopRightCell()
public ConditionalStyle getTopRightCell()
获取右上角的单元格样式。
退货: ConditionalStyle - 右上角的单元格样式。
hashCode()
public native int hashCode()
退货: 整数
iterator()
public Iterator iterator()
返回一个可用于迭代集合中所有条件样式的枚举器对象。
退货: java.util.迭代器
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
退货: 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 |