次の方法で共有


EmailOptions.AutoFormatAsYouTypeMatchParentheses プロパティ

定義

Microsoft Wordが正しくないペアのかっこを自動的に修正するかどうかを決定します。

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

プロパティ値

注釈

このプロパティは、Microsoft Wordが正しくないペアのかっこを自動的に修正する場合は True を返し、正しくない場合は False を返します

適用対象