Word.Interfaces.FrameCollectionLoadOptions interface
Word のコレクションを表します。オブジェクトをフレーム化します。
プロパティ
| $all | 読み込みオプションに |
| height | コレクション内の各アイテムの場合: フレームの高さ (ポイント単位) を指定します。 |
| height |
For each ITEM in the collection: フレームの高さを決定するルールを表す |
| horizontal |
コレクション内の各アイテムの場合: フレームと周囲のテキストの間の水平方向の距離をポイント単位で指定します。 |
| horizontal |
For each ITEM in the collection: フレームの端と |
| lock |
For each ITEM in the collection: フレームがロックされているかどうかを指定します。 |
| range | For each ITEM in the collection: フレーム内に含まれるドキュメントの部分を表す |
| relative |
For each ITEM in the collection: フレームの相対的な水平位置を指定します。 |
| relative |
For each ITEM in the collection: フレームの相対的な垂直位置を指定します。 |
| shading | For each ITEM in the collection: フレームのシェーディング形式を参照する |
| text |
For each ITEM in the collection: ドキュメント テキストをフレームの周りで折り返すかどうかを指定します。 |
| vertical |
コレクション内の各アイテムの場合: フレームと周囲のテキストとの間の垂直方向の距離 (ポイント単位) を指定します。 |
| vertical |
For each ITEM in the collection: フレームの端と |
| width | コレクション内の各アイテムの場合: フレームの幅 (ポイント単位) を指定します。 |
| width |
For each ITEM in the collection: フレームの幅を決定するために使用されるルールを指定します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
height
コレクション内の各アイテムの場合: フレームの高さ (ポイント単位) を指定します。
height?: boolean;
プロパティ値
boolean
注釈
heightRule
For each ITEM in the collection: フレームの高さを決定するルールを表す FrameSizeRule 値を指定します。
heightRule?: boolean;
プロパティ値
boolean
注釈
horizontalDistanceFromText
コレクション内の各アイテムの場合: フレームと周囲のテキストの間の水平方向の距離をポイント単位で指定します。
horizontalDistanceFromText?: boolean;
プロパティ値
boolean
注釈
horizontalPosition
For each ITEM in the collection: フレームの端と relativeHorizontalPosition プロパティで指定された項目との間の水平方向の距離を指定します。
horizontalPosition?: boolean;
プロパティ値
boolean
注釈
lockAnchor
For each ITEM in the collection: フレームがロックされているかどうかを指定します。
lockAnchor?: boolean;
プロパティ値
boolean
注釈
range
For each ITEM in the collection: フレーム内に含まれるドキュメントの部分を表す Range オブジェクトを返します。
range?: Word.Interfaces.RangeLoadOptions;
プロパティ値
注釈
relativeHorizontalPosition
For each ITEM in the collection: フレームの相対的な水平位置を指定します。
relativeHorizontalPosition?: boolean;
プロパティ値
boolean
注釈
relativeVerticalPosition
For each ITEM in the collection: フレームの相対的な垂直位置を指定します。
relativeVerticalPosition?: boolean;
プロパティ値
boolean
注釈
shading
For each ITEM in the collection: フレームのシェーディング形式を参照する ShadingUniversal オブジェクトを返します。
shading?: Word.Interfaces.ShadingUniversalLoadOptions;
プロパティ値
注釈
textWrap
For each ITEM in the collection: ドキュメント テキストをフレームの周りで折り返すかどうかを指定します。
textWrap?: boolean;
プロパティ値
boolean
注釈
verticalDistanceFromText
コレクション内の各アイテムの場合: フレームと周囲のテキストとの間の垂直方向の距離 (ポイント単位) を指定します。
verticalDistanceFromText?: boolean;
プロパティ値
boolean
注釈
verticalPosition
For each ITEM in the collection: フレームの端と relativeVerticalPosition プロパティで指定された項目の間の垂直方向の距離を指定します。
verticalPosition?: boolean;
プロパティ値
boolean
注釈
width
コレクション内の各アイテムの場合: フレームの幅 (ポイント単位) を指定します。
width?: boolean;
プロパティ値
boolean
注釈
widthRule
For each ITEM in the collection: フレームの幅を決定するために使用されるルールを指定します。
widthRule?: boolean;
プロパティ値
boolean