次の方法で共有


Rectangle.Lines プロパティ

定義

ページ内のテキストの Lines 指定した部分の行を表すコレクションを返します。

public:
 property Microsoft::Office::Interop::Word::Lines ^ Lines { Microsoft::Office::Interop::Word::Lines ^ get(); };
public Microsoft.Office.Interop.Word.Lines Lines { get; }
member this.Lines : Microsoft.Office.Interop.Word.Lines
Public ReadOnly Property Lines As Lines

プロパティ値

注釈

プログラムでドキュメントのページ レイアウトを定義するのには、 Lines コレクションと関連するオブジェクトおよびプロパティを使用します。

適用対象