ComponentOne Word for UWP
RtfSectionBreak Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace : RtfSectionBreak Enumeration
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.Xaml.Word.Objects.RtfSectionBreak

See Also

Reference

C1.Xaml.Word.Objects Namespace