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