_Document.AutoSummarize(Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an automatic summary of the specified document, and returns a Range object.
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
Parameters
- Length
- Object
Optional Object. The length of the summary as a percentage of the total document length (the larger the number, the more detail that's included in the summary).
- Mode
- Object
Optional Object. Specifies the way the summary is displayed. Can be one of the WdSummaryMode constants.
- UpdateProperties
- Object
Optional Object. True to update the Keyword and Comments boxes in the Properties dialog box to reflect the content of the summary for the specified document.
Returns
Remarks
Corresponds to the options in AutoSummarize dialog box.