_Document.AutoSummarize(Object, Object, Object) 方法

定义

创建指定文档的自动摘要,并返回 对象 Range

public Microsoft.Office.Interop.Word.Range AutoSummarize (ref object Length, ref object Mode, ref object UpdateProperties);
abstract member AutoSummarize : obj * obj * obj -> Microsoft.Office.Interop.Word.Range
Public Function AutoSummarize (Optional ByRef Length As Object, Optional ByRef Mode As Object, Optional ByRef UpdateProperties As Object) As Range

参数

Length
Object

可选 对象。 摘要长度占文档总长的百分比(该数值越大,则摘要的内容越详细)。

Mode
Object

可选 对象。 指定摘要的显示方式。 可以是常量之 WdSummaryMode 一。

UpdateProperties
Object

可选 对象如果为 True ,则更新“属性”对话框中的“关键字”和“注释”框,以反映指定文档的摘要内容。

返回

注解

对应于“自动汇总”对话框中的选项。

适用于