SPFieldMultiLineText.RichText property
取得或設定布林值,指定是否 rtf 格式可以使用欄位中。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property RichText As Boolean
Get
Set
'用途
Dim instance As SPFieldMultiLineText
Dim value As Boolean
value = instance.RichText
instance.RichText = value
public bool RichText { get; set; }
Property value
Type: System.Boolean
true如果可以使用 rtf 格式。否則, false。