_Application.DefaultLegalBlackline 属性

定义

确定 Microsoft Word是否会使用“比较和合并文档”对话框中的“法律黑线”选项来比较和合并文档。 如果Word将使用 选项,则返回 True;否则返回 False

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

属性值

适用于