EmailOptions.AutoFormatAsYouTypeApplyFirstIndents 属性 (Word)

真正 的 Microsoft Word 自动替换用首行缩进段落的开头键入的空格。 读/写。

语法

expression. AutoFormatAsYouTypeApplyFirstIndents

表达式是必需的。 一个代表“EmailOptions”集合的变量。

示例

本示例设置 Microsoft Word 自动将键入时在段落开始处输入的空格替换为首行缩进。

Sub ApplyFirstIndents() 
 Options.AutoFormatAsYouTypeApplyFirstIndents = True 
End Sub

另请参阅

EmailOptions 对象

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。