Word.Interfaces.FrameCollectionLoadOptions interface

Word のコレクションを表しますオブジェクトをフレーム化します。

プロパティ

$all

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

height

コレクション内の各アイテムの場合: フレームの高さ (ポイント単位) を指定します。

heightRule

For each ITEM in the collection: フレームの高さを決定するルールを表す FrameSizeRule 値を指定します。

horizontalDistanceFromText

コレクション内の各アイテムの場合: フレームと周囲のテキストの間の水平方向の距離をポイント単位で指定します。

horizontalPosition

For each ITEM in the collection: フレームの端と relativeHorizontalPosition プロパティで指定された項目との間の水平方向の距離を指定します。

lockAnchor

For each ITEM in the collection: フレームがロックされているかどうかを指定します。

range

For each ITEM in the collection: フレーム内に含まれるドキュメントの部分を表す Range オブジェクトを返します。

relativeHorizontalPosition

For each ITEM in the collection: フレームの相対的な水平位置を指定します。

relativeVerticalPosition

For each ITEM in the collection: フレームの相対的な垂直位置を指定します。

shading

For each ITEM in the collection: フレームのシェーディング形式を参照する ShadingUniversal オブジェクトを返します。

textWrap

For each ITEM in the collection: ドキュメント テキストをフレームの周りで折り返すかどうかを指定します。

verticalDistanceFromText

コレクション内の各アイテムの場合: フレームと周囲のテキストとの間の垂直方向の距離 (ポイント単位) を指定します。

verticalPosition

For each ITEM in the collection: フレームの端と relativeVerticalPosition プロパティで指定された項目の間の垂直方向の距離を指定します。

width

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

widthRule

For each ITEM in the collection: フレームの幅を決定するために使用されるルールを指定します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

height

コレクション内の各アイテムの場合: フレームの高さ (ポイント単位) を指定します。

height?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

heightRule

For each ITEM in the collection: フレームの高さを決定するルールを表す FrameSizeRule 値を指定します。

heightRule?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

horizontalDistanceFromText

コレクション内の各アイテムの場合: フレームと周囲のテキストの間の水平方向の距離をポイント単位で指定します。

horizontalDistanceFromText?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

horizontalPosition

For each ITEM in the collection: フレームの端と relativeHorizontalPosition プロパティで指定された項目との間の水平方向の距離を指定します。

horizontalPosition?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

lockAnchor

For each ITEM in the collection: フレームがロックされているかどうかを指定します。

lockAnchor?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

range

For each ITEM in the collection: フレーム内に含まれるドキュメントの部分を表す Range オブジェクトを返します。

range?: Word.Interfaces.RangeLoadOptions;

プロパティ値

注釈

API セット: WordApiDesktop 1.3

relativeHorizontalPosition

For each ITEM in the collection: フレームの相対的な水平位置を指定します。

relativeHorizontalPosition?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

relativeVerticalPosition

For each ITEM in the collection: フレームの相対的な垂直位置を指定します。

relativeVerticalPosition?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

shading

For each ITEM in the collection: フレームのシェーディング形式を参照する ShadingUniversal オブジェクトを返します。

shading?: Word.Interfaces.ShadingUniversalLoadOptions;

プロパティ値

注釈

API セット: WordApiDesktop 1.3

textWrap

For each ITEM in the collection: ドキュメント テキストをフレームの周りで折り返すかどうかを指定します。

textWrap?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

verticalDistanceFromText

コレクション内の各アイテムの場合: フレームと周囲のテキストとの間の垂直方向の距離 (ポイント単位) を指定します。

verticalDistanceFromText?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

verticalPosition

For each ITEM in the collection: フレームの端と relativeVerticalPosition プロパティで指定された項目の間の垂直方向の距離を指定します。

verticalPosition?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

width

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

width?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

widthRule

For each ITEM in the collection: フレームの幅を決定するために使用されるルールを指定します。

widthRule?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3