Word.Interfaces.TableCellCollectionLoadOptions interface

文書の Word のコレクションが含まれます。TableCell オブジェクト。

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

body

For each ITEM in the collection: セルの Body オブジェクトを取得します。

cellIndex

For each ITEM in the collection: 行のセルのインデックスを取得します。

column

For each ITEM in the collection: このセルを含むテーブル列を表す TableColumn オブジェクトを返します。

columnWidth

For each ITEM in the collection: セルの列の幅をポイント単位で指定します。 これは、統一されたテーブルに適用可能です。

horizontalAlignment

For each ITEM in the collection: セルの水平方向の配置を指定します。 値には、 leftcenteredright、または justified を指定できます。

parentRow

For each ITEM in the collection: セルの親行を取得します。

parentTable

For each ITEM in the collection: セルの親テーブルを取得します。

rowIndex

For each ITEM in the collection: テーブル内のセルの行のインデックスを取得します。

shading

For EACH ITEM in the collection: テーブル セルの網掛けを表す ShadingUniversal オブジェクトを返します。

shadingColor

For each ITEM in the collection: セルの網かけ色を指定します。 色は、"#RRGGBB" 形式で指定するか、色の名前を使用して指定します。

value

For each ITEM in the collection: セルのテキストを指定します。

verticalAlignment

For each ITEM in the collection: セルの垂直方向の配置を指定します。 値には、 topcenter、または bottom を指定できます。

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;

プロパティ値

注釈

API セット: WordApi 1.3

cellIndex

For each ITEM in the collection: 行のセルのインデックスを取得します。

cellIndex?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.3

column

For each ITEM in the collection: このセルを含むテーブル列を表す TableColumn オブジェクトを返します。

column?: Word.Interfaces.TableColumnLoadOptions;

プロパティ値

注釈

API セット: WordApiDesktop 1.4

columnWidth

For each ITEM in the collection: セルの列の幅をポイント単位で指定します。 これは、統一されたテーブルに適用可能です。

columnWidth?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.3

horizontalAlignment

For each ITEM in the collection: セルの水平方向の配置を指定します。 値には、 leftcenteredright、または justified を指定できます。

horizontalAlignment?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.3

parentRow

For each ITEM in the collection: セルの親行を取得します。

parentRow?: Word.Interfaces.TableRowLoadOptions;

プロパティ値

注釈

API セット: WordApi 1.3

parentTable

For each ITEM in the collection: セルの親テーブルを取得します。

parentTable?: Word.Interfaces.TableLoadOptions;

プロパティ値

注釈

API セット: WordApi 1.3

rowIndex

For each ITEM in the collection: テーブル内のセルの行のインデックスを取得します。

rowIndex?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.3

shading

For EACH ITEM in the collection: テーブル セルの網掛けを表す ShadingUniversal オブジェクトを返します。

shading?: Word.Interfaces.ShadingUniversalLoadOptions;

プロパティ値

注釈

API セット: WordApiDesktop 1.4

shadingColor

For each ITEM in the collection: セルの網かけ色を指定します。 色は、"#RRGGBB" 形式で指定するか、色の名前を使用して指定します。

shadingColor?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.3

value

For each ITEM in the collection: セルのテキストを指定します。

value?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.3

verticalAlignment

For each ITEM in the collection: セルの垂直方向の配置を指定します。 値には、 topcenter、または bottom を指定できます。

verticalAlignment?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.3

width

For each ITEM in the collection: セルの幅をポイント単位で取得します。

width?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.3