_Application.DefaultLegalBlackline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if Microsoft Word will compare and merge documents using the Legal blackline option in the Compare and Merge Documents dialog box. Returns True if Word will use the option, and False if not.
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