次の方法で共有


View.DisplaySmartTags プロパティ

定義

True の場合、Microsoft Wordは、ドキュメント内のスマート タグの下に下線を表示します。

public:
 property bool DisplaySmartTags { bool get(); void set(bool value); };
public bool DisplaySmartTags { get; set; }
member this.DisplaySmartTags : bool with get, set
Public Property DisplaySmartTags As Boolean

プロパティ値

注釈

文書内のスマート タグには破線の下線が表示されます。 DisplaySmartTags プロパティを False に設定してもスマート タグは削除されず、下線が表示されなくなるだけです。

適用対象