Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / MergingMode Enumeration


In This Topic
    MergingMode Enumeration
    In This Topic
    Value indicating the action to take when two documents are merged, and either they both contain a style with the same name but with different attributes, or they both contain headers & footers.
    Syntax
    'Declaration
     
    Public Enum MergingMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As MergingMode
    public enum MergingMode : System.Enum 
    Members
    MemberDescription
    BothThe style from the local document is kept. The style of the remote document is given a new name and added to the merged document. The headers/footers from each document are kept when useSectionBreak is true, otherwise the headers/footers from the local document are kept.
    LocalThe style and headers/footers from the local document are kept.
    RemoteThe style and headers/footers from the remote document are kept.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.MergingMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also