Word.Interfaces.TableColumnCollectionLoadOptions interface

Word のコレクションを表します Word ドキュメント内の TableColumn オブジェクト。

プロパティ

$all

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

columnIndex

For each ITEM in the collection: コレクション内のこの列の位置を返します。

isFirst

For each ITEM in the collection: 列または行がテーブル内の最初の列である場合は true を返します。それ以外の場合は false を返します。

isLast

For EACH ITEM in the collection: 列または行がテーブルの最後の場合は true を返し、それ以外の場合は false 返します。

nestingLevel

For each ITEM in the collection: 列の入れ子レベルを返します。

preferredWidth

コレクション内の各アイテムの場合: 列の優先幅 (ポイントまたはウィンドウ幅の割合) を指定します。 測定単位は、 preferredWidthType プロパティで指定できます。

preferredWidthType

For each ITEM in the collection: テーブルの列の幅に使用する優先計測単位を指定します。

shading

For each ITEM in the collection: 列の網掛け形式を参照する ShadingUniversal オブジェクトを返します。

width

コレクション内の各アイテムの場合: 列の幅をポイント単位で指定します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

columnIndex

For each ITEM in the collection: コレクション内のこの列の位置を返します。

columnIndex?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

isFirst

For each ITEM in the collection: 列または行がテーブル内の最初の列である場合は true を返します。それ以外の場合は false を返します。

isFirst?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

isLast

For EACH ITEM in the collection: 列または行がテーブルの最後の場合は true を返し、それ以外の場合は false 返します。

isLast?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

nestingLevel

For each ITEM in the collection: 列の入れ子レベルを返します。

nestingLevel?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

preferredWidth

コレクション内の各アイテムの場合: 列の優先幅 (ポイントまたはウィンドウ幅の割合) を指定します。 測定単位は、 preferredWidthType プロパティで指定できます。

preferredWidth?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

preferredWidthType

For each ITEM in the collection: テーブルの列の幅に使用する優先計測単位を指定します。

preferredWidthType?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

shading

For each ITEM in the collection: 列の網掛け形式を参照する ShadingUniversal オブジェクトを返します。

shading?: Word.Interfaces.ShadingUniversalLoadOptions;

プロパティ値

注釈

API セット: WordApiDesktop 1.3

width

コレクション内の各アイテムの場合: 列の幅をポイント単位で指定します。

width?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3