EmailOptions.AutoFormatAsYouTypeApplyTables 属性

定义

确定当你键入加号、一系列连字符、另一个加号等时,Microsoft Word是否自动创建表,然后按 Enter。

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

属性值

注解

如果Word自动创建表,则此属性返回 True,否则返回 False

加号变为列边框,连字符变为列宽度。

适用于