_Document.ShowSummary 属性

定义

确定是否显示指定文档的自动摘要。

public:
 property bool ShowSummary { bool get(); void set(bool value); };
public bool ShowSummary { get; set; }
member this.ShowSummary : bool with get, set
Public Property ShowSummary As Boolean

属性值

注解

如果为指定文档显示自动摘要,则此属性返回 True ,否则返回 False 。 将属性值设置为 TrueFalse 以启用或禁用该功能。

适用于