Options.DeletedTextColor 属性

定义

当激活修订选项时,返回或设置要删除的文字的颜色。

public:
 property Microsoft::Office::Interop::Word::WdColorIndex DeletedTextColor { Microsoft::Office::Interop::Word::WdColorIndex get(); void set(Microsoft::Office::Interop::Word::WdColorIndex value); };
public Microsoft.Office.Interop.Word.WdColorIndex DeletedTextColor { get; set; }
member this.DeletedTextColor : Microsoft.Office.Interop.Word.WdColorIndex with get, set
Public Property DeletedTextColor As WdColorIndex

属性值

注解

如果 DeletedTextColor 属性设置为 wdByAuthor,则 Microsoft Word会自动为前八位修订文档的作者中的每一位分配唯一颜色。

适用于