|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.zhuozhengsoft.pageoffice.wordwriter.Row
public class Row
Row 类,代表Word中定义的表格行对象。
您只能通过调用 Table.openRow 方法获取 Row 对象。
| 方法摘要 | |
|---|---|
int |
getIndex()
获取行的索引。 |
void |
setHeight(float rowHeight)
设置表格行的高度。 |
void |
setHeight(float rowHeight,
WdRowHeightRule heightRule)
设置表格行的高度。 |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public int getIndex()
这里的 Index 是Word中定义的表格行索引概念。
Index的值从"1"开始。
public void setHeight(float rowHeight,
WdRowHeightRule heightRule)
rowHeight - 行的高度,以磅为单位。heightRule - 用于确定指定行的高度的规则。public void setHeight(float rowHeight)
rowHeight - 指定列的宽度,以磅为单位。
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||