Word.Interfaces.TableCellCollectionLoadOptions interface
包含文档Word的集合。TableCell 对象。
注解
属性
| $all |
|
| body | 对于集合中的每个项:获取 |
| cell |
对于集合中的每个项:获取其行中单元格的索引。 |
| column |
对于集合中的每个项:指定单元格列的宽度(以磅为单位)。 此方法适用于一致的 table。 |
| horizontal |
对于集合中的每个项:指定单元格的水平对齐方式。 该值可以是 |
| parent |
对于集合中的每个项:获取单元格的父行。 |
| parent |
对于集合中的每个项:获取单元格的父表。 |
| row |
对于集合中的每个项:获取表中单元格行的索引。 |
| shading |
对于集合中的每个项:指定单元格的底纹颜色。 按“#RRGGBB”格式或使用颜色名称指定颜色。 |
| value | 对于集合中的每个项:指定单元格的文本。 |
| vertical |
对于集合中的每个项:指定单元格的垂直对齐方式。 该值可以是 |
| width | 对于集合中的每个项:获取单元格的宽度(以磅为单位)。 |
属性详细信息
$all
$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
body
对于集合中的每个项:获取 Body 单元格的 对象。
body?: Word.Interfaces.BodyLoadOptions;
属性值
注解
cellIndex
columnWidth
对于集合中的每个项:指定单元格列的宽度(以磅为单位)。 此方法适用于一致的 table。
columnWidth?: boolean;
属性值
boolean
注解
horizontalAlignment
对于集合中的每个项:指定单元格的水平对齐方式。 该值可以是 left、centered、right 或 。justified
horizontalAlignment?: boolean;
属性值
boolean
注解
parentRow
对于集合中的每个项:获取单元格的父行。
parentRow?: Word.Interfaces.TableRowLoadOptions;
属性值
注解
parentTable
对于集合中的每个项:获取单元格的父表。
parentTable?: Word.Interfaces.TableLoadOptions;
属性值
注解
rowIndex
shadingColor
对于集合中的每个项:指定单元格的底纹颜色。 按“#RRGGBB”格式或使用颜色名称指定颜色。
shadingColor?: boolean;
属性值
boolean
注解
value
verticalAlignment
对于集合中的每个项:指定单元格的垂直对齐方式。 该值可以是 top、 center或 bottom。
verticalAlignment?: boolean;
属性值
boolean