Word.Interfaces.TableCellCollectionLoadOptions interface
文書の Word のコレクションが含まれます。TableCell オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| body | For each ITEM in the collection: セルの |
| cell |
For each ITEM in the collection: 行のセルのインデックスを取得します。 |
| column | For each ITEM in the collection: このセルを含むテーブル列を表す |
| column |
For each ITEM in the collection: セルの列の幅をポイント単位で指定します。 これは、統一されたテーブルに適用可能です。 |
| horizontal |
For each ITEM in the collection: セルの水平方向の配置を指定します。 値には、 |
| parent |
For each ITEM in the collection: セルの親行を取得します。 |
| parent |
For each ITEM in the collection: セルの親テーブルを取得します。 |
| row |
For each ITEM in the collection: テーブル内のセルの行のインデックスを取得します。 |
| shading | For EACH ITEM in the collection: テーブル セルの網掛けを表す |
| shading |
For each ITEM in the collection: セルの網かけ色を指定します。 色は、"#RRGGBB" 形式で指定するか、色の名前を使用して指定します。 |
| value | For each ITEM in the collection: セルのテキストを指定します。 |
| vertical |
For each ITEM in the collection: セルの垂直方向の配置を指定します。 値には、 |
| width | For each ITEM in the collection: セルの幅をポイント単位で取得します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
body
For each ITEM in the collection: セルの Body オブジェクトを取得します。
body?: Word.Interfaces.BodyLoadOptions;
プロパティ値
注釈
cellIndex
For each ITEM in the collection: 行のセルのインデックスを取得します。
cellIndex?: boolean;
プロパティ値
boolean
注釈
column
For each ITEM in the collection: このセルを含むテーブル列を表す TableColumn オブジェクトを返します。
column?: Word.Interfaces.TableColumnLoadOptions;
プロパティ値
注釈
columnWidth
For each ITEM in the collection: セルの列の幅をポイント単位で指定します。 これは、統一されたテーブルに適用可能です。
columnWidth?: boolean;
プロパティ値
boolean
注釈
horizontalAlignment
For each ITEM in the collection: セルの水平方向の配置を指定します。 値には、 left、 centered、 right、または justified を指定できます。
horizontalAlignment?: boolean;
プロパティ値
boolean
注釈
parentRow
For each ITEM in the collection: セルの親行を取得します。
parentRow?: Word.Interfaces.TableRowLoadOptions;
プロパティ値
注釈
parentTable
For each ITEM in the collection: セルの親テーブルを取得します。
parentTable?: Word.Interfaces.TableLoadOptions;
プロパティ値
注釈
rowIndex
For each ITEM in the collection: テーブル内のセルの行のインデックスを取得します。
rowIndex?: boolean;
プロパティ値
boolean
注釈
shading
For EACH ITEM in the collection: テーブル セルの網掛けを表す ShadingUniversal オブジェクトを返します。
shading?: Word.Interfaces.ShadingUniversalLoadOptions;
プロパティ値
注釈
shadingColor
For each ITEM in the collection: セルの網かけ色を指定します。 色は、"#RRGGBB" 形式で指定するか、色の名前を使用して指定します。
shadingColor?: boolean;
プロパティ値
boolean
注釈
value
For each ITEM in the collection: セルのテキストを指定します。
value?: boolean;
プロパティ値
boolean
注釈
verticalAlignment
For each ITEM in the collection: セルの垂直方向の配置を指定します。 値には、 top、 center、または bottom を指定できます。
verticalAlignment?: boolean;
プロパティ値
boolean
注釈
width
For each ITEM in the collection: セルの幅をポイント単位で取得します。
width?: boolean;
プロパティ値
boolean