_Application.RestrictLinkedStyles 属性

定义

返回或设置一个布尔值,该值代表 Microsoft Office Word 是否允许链接样式。 读/写。

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

属性值

Boolean

注解

链接样式是可以作为字符样式或段落样式应用的样式。 此属性对应于 "样式" 对话框中的 "禁用链接样式" 复选框。

适用于