次の方法で共有


Options.InsertedTextMark プロパティ

定義

変更の追跡を有効にしている間に挿入されたテキストを Microsoft Word形式で設定または返します (TrackRevisionsプロパティは True)。

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

プロパティ値

注釈

変更追跡が有効でない場合、このプロパティは無視されます。 ドキュメントに挿入された InsertedTextColor テキストの外観を制御するには、 プロパティと共にこのプロパティを使用します。

ShowRevisions編集中に挿入されたテキストの書式を確認するには、プロパティが True である必要があります。 PrintRevisions Wordが文書を印刷するときに挿入されたテキストの書式を使用するには、プロパティが True である必要があります。

適用対象