Document.ComputeStatistics 方法
基于文档的内容获取统计信息。
命名空间: Microsoft.Office.Tools.Word
程序集: Microsoft.Office.Tools.Word.v4.0.Utilities(在 Microsoft.Office.Tools.Word.v4.0.Utilities.dll 中)
Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)
语法
声明
Function ComputeStatistics ( _
Statistic As WdStatistic, _
ByRef IncludeFootnotesAndEndnotes As Object _
) As Integer
int ComputeStatistics(
WdStatistic Statistic,
ref Object IncludeFootnotesAndEndnotes
)
参数
- Statistic
类型:Microsoft.Office.Interop.Word.WdStatistic
WdStatistic 。
- IncludeFootnotesAndEndnotes
类型:System.Object%
如果为 true,则在计算统计信息时包括脚注和尾注。默认值为 false。
返回值
类型:System.Int32
文档中由 Statistic 参数指定的该类型项的数目。
备注
可选参数
有关可选参数的信息,请参见Office 解决方案中的可选参数。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。