PlainTextContentControl.MultiLine 屬性 (2007 系統)

更新:2007 年 11 月

取得或設定值,這個值指定 PlainTextContentControl 是否可以包含分行符號。

命名空間:  Microsoft.Office.Tools.Word
組件:  Microsoft.Office.Tools.Word.v9.0 (在 Microsoft.Office.Tools.Word.v9.0.dll 中)

語法

Public Property MultiLine As Boolean

Dim instance As PlainTextContentControl
Dim value As Boolean

value = instance.MultiLine

instance.MultiLine = value
public bool MultiLine { get; set; }

屬性值

型別:System.Boolean

如果 PlainTextContentControl 可以包含分行符號,則為 true,否則為 false。預設值為 false。

使用權限

請參閱

參考

PlainTextContentControl 類別

PlainTextContentControl 成員

Microsoft.Office.Tools.Word 命名空間