Lines インターフェイス

定義

wdTextRectangle 型のオブジェクト内の行をRectangle表す オブジェクトのコレクションLine

public interface class Lines : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E2E8A400-0615-427D-ADCC-CAD39FFEBD42")]
public interface Lines : System.Collections.IEnumerable
type Lines = interface
    interface IEnumerable
Public Interface Lines
Implements IEnumerable
属性
実装

注釈

プロパティを Lines 使用して、指定した四角形の行のコレクションを返します。

RectangleType指定したRectangleオブジェクトの プロパティを使用して、オブジェクトが RectanglewdTextRectangle 型であるかどうかを判断します。

プロパティ

Application

Application Microsoft Word アプリケーションを表す オブジェクトを返します。

Count

指定したコレクション内の項目の数を返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Item[Int32]

コレクション内の各オブジェクトを返します。

Parent

指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。

メソッド

GetEnumerator()

wdTextRectangle 型のオブジェクト内の行をRectangle表す オブジェクトのコレクションLine

適用対象