Word.Interfaces.TableColumnLoadOptions interface

Word 文書の表列を表します。

プロパティ

$all

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

columnIndex

コレクション内のこの列の位置を返します。

isFirst

列または行がテーブルの最初の列の場合 true 返します。それ以外の場合は false 返します。

isLast

列または行がテーブルの最後の列である場合は true を返し、それ以外の場合は false 返します。

nestingLevel

列の入れ子レベルを返します。

preferredWidth

列の優先幅 (ウィンドウ幅のポイントまたはパーセンテージ) を指定します。 測定単位は、 preferredWidthType プロパティで指定できます。

preferredWidthType

テーブルの列の幅に使用する優先計測単位を指定します。

shading

列の網掛け書式を参照する ShadingUniversal オブジェクトを返します。

width

列の幅をポイント単位で指定します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

columnIndex

コレクション内のこの列の位置を返します。

columnIndex?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

isFirst

列または行がテーブルの最初の列の場合 true 返します。それ以外の場合は false 返します。

isFirst?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

isLast

列または行がテーブルの最後の列である場合は true を返し、それ以外の場合は false 返します。

isLast?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

nestingLevel

列の入れ子レベルを返します。

nestingLevel?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

preferredWidth

列の優先幅 (ウィンドウ幅のポイントまたはパーセンテージ) を指定します。 測定単位は、 preferredWidthType プロパティで指定できます。

preferredWidth?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

preferredWidthType

テーブルの列の幅に使用する優先計測単位を指定します。

preferredWidthType?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

shading

列の網掛け書式を参照する ShadingUniversal オブジェクトを返します。

shading?: Word.Interfaces.ShadingUniversalLoadOptions;

プロパティ値

注釈

API セット: WordApiDesktop 1.3

width

列の幅をポイント単位で指定します。

width?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3