Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / SplitCriteria Enumeration


In This Topic
    SplitCriteria Enumeration
    In This Topic
    Contains the criteria that can be used to split a Document into multiple Documents.
    Syntax
    'Declaration
     
    Public Enum SplitCriteria 
       Inherits System.Enum
    'Usage
     
    Dim instance As SplitCriteria
    public enum SplitCriteria : System.Enum 
    Members
    MemberDescription
    HeadingsSpecifies that a split will occur every time a heading is encountered.
    Sections

    Specifies that a split will occur every time a section break is encountered.

    Note that the operation is based on the w:sectPr element in the Document's XML.

    Inheritance Hierarchy

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

    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