Word.Interfaces.SectionCollectionLoadOptions interface
文書の Word のコレクションが含まれます。セクション オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| body | For each ITEM in the collection: セクションの |
| page |
For each ITEM in the collection: セクションに関連付けられている |
| protected |
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;
プロパティ値
注釈
pageSetup
For each ITEM in the collection: セクションに関連付けられている PageSetup オブジェクトを返します。
pageSetup?: Word.Interfaces.PageSetupLoadOptions;
プロパティ値
注釈
protectedForForms
For each ITEM in the collection: セクションがフォームに対して保護されているかどうかを指定します。
protectedForForms?: boolean;
プロパティ値
boolean