Sections インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
選択範囲、範囲、またはドキュメント内のオブジェクトのコレクション Section 。
public interface class Sections : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002095A-0000-0000-C000-000000000046")]
public interface Sections : System.Collections.IEnumerable
type Sections = interface
interface IEnumerable
Public Interface Sections
Implements IEnumerable
- 属性
- 実装
注釈
、、または Document オブジェクトの Sections プロパティをSelectionRange使用して、Sections コレクションを取得します。
メソッドまたは メソッドをAdd(Object, Object)InsertBreak(Object)使用して、ドキュメントに新しいセクションを追加します。
Sections(index
) index
を使用して、単一の Section オブジェクトを返します。
プロパティ
Application |
Application Microsoft Word アプリケーションを表す オブジェクトを返します。 |
Count |
指定したコレクション内の項目の数を返します。 |
Creator |
指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。 |
First | |
Item[Int32] |
コレクション内の各オブジェクトを返します。 |
Last | |
PageSetup |
指定したセクションに PageSetup 関連付けられているオブジェクトを返します |
Parent |
指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。 |
メソッド
Add(Object, Object) |
ドキュメントに Section 追加された新しいセクションを表す オブジェクトを返します。 |
GetEnumerator() |
選択範囲、範囲、またはドキュメント内のオブジェクトのコレクション Section 。 |