次の方法で共有


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は、ドキュメントを変更する最初の 8 人の作成者それぞれに一意の色を自動的に割り当てます。

適用対象