ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfSectionBreak Enumeration

In This Topic
    RtfSectionBreak Enumeration
    In This Topic
    The Word/RTF section break values.
    Syntax
    'Declaration
     
    Public Enum RtfSectionBreak 
       Inherits System.Enum
    public enum RtfSectionBreak : System.Enum 
    Members
    MemberDescription
    DefaultThe default break for begin section.
    EvenThe break for begin section at the even page.
    NoneNone break for begin section.
    OddThe break for begin section at the odd page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Word.Objects.RtfSectionBreak

    See Also