閱讀英文

共用方式為


Word) (Lines 物件

代表 Rectangle 物件的類型 wdTextRectangleLine 物件的集合。

註解

使用 Lines 屬性可傳回指定矩形的行集合。 下列範例會存取使用中文件內第一頁中的第一個矩形中的行。

Dim objLines As Lines 
 
Set objLines = ActiveDocument.ActiveWindow.Panes(1) _ 
 .Pages(1).Rectangles(1).Lines

使用指定之 Rectangle 物件的 RectangleType 屬性來決定執行 Rectangle 物件的類型 wdTextRectangle 。 下列範例會在使用中文件的第一頁中的第一個矩形中傳回行的集合如果指定的矩形含有文字。

Dim objRectangle As Rectangle 
Dim objLines As Lines 
 
Set objRectangle = ActiveDocument.ActiveWindow _ 
 .Panes(1).Pages(1).Rectangles(1) 
 
If objRectangle.RectangleType = wdTextRectangle Then _ 
 Set objLines = objRectangle.Lines

請參閱

Word 物件模型參考資料

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應