Document.Compare 方法

显示修订标记以指出该文档与其他文档的不同之处。

命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)

语法

声明
Sub Compare ( _
    Name As String, _
    ByRef AuthorName As Object, _
    ByRef CompareTarget As Object, _
    ByRef DetectFormatChanges As Object, _
    ByRef IgnoreAllComparisonWarnings As Object, _
    ByRef AddToRecentFiles As Object, _
    ByRef RemovePersonalInformation As Object, _
    ByRef RemoveDateAndTime As Object _
)
void Compare(
    string Name,
    ref Object AuthorName,
    ref Object CompareTarget,
    ref Object DetectFormatChanges,
    ref Object IgnoreAllComparisonWarnings,
    ref Object AddToRecentFiles,
    ref Object RemovePersonalInformation,
    ref Object RemoveDateAndTime
)

参数

  • Name
    类型:System.String
    要与该文档进行比较的文档的名称。
  • AuthorName
    类型:System.Object%
    与比较操作生成的区别关联的审阅者姓名。如果未指定的话,则该值默认为已修订文档的作者姓名,如果没有作者信息的话,则为字符串“Comparison”。
  • DetectFormatChanges
    类型:System.Object%
    如果为 true(默认值),则在比较结果中包括检测到的格式更改。
  • IgnoreAllComparisonWarnings
    类型:System.Object%
    如果为 true,则对文档进行比较,而不通知用户有问题存在。默认值为 false。
  • AddToRecentFiles
    类型:System.Object%
    如果为 true,则将该文档添加到**“文件”**菜单上最近使用的文件的列表中。
  • RemovePersonalInformation
    类型:System.Object%
    如果应当从指定的文件中移除个人信息,则为 true。默认值为 false。
  • RemoveDateAndTime
    类型:System.Object%
    如果为 true,则从修订中移除日期和时间戳信息;如果为 false,则不从修订中移除日期和时间戳信息。

备注

可选参数

有关可选参数的信息,请参见Office 解决方案中的可选参数

.NET Framework 安全性

请参见

参考

Document 接口

Microsoft.Office.Tools.Word 命名空间