Options.UpdateStyleListBehavior 属性

定义

获取或设置一个WdUpdateStyleListBehavior常量,该常量指定Word 2010 更新样式以匹配包含编号或项目符号的选定内容时应采取的行为。

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

属性值

WdUpdateStyleListBehavior 对象。

注解

读/写。 设置此属性的效果与在“Word 2010 选项”对话框中的下拉列表中选择项目的效果相同, (“高级”选项卡、“编辑选项”、“更新样式以匹配所选内容:”。

适用于