Class SectionBreakType
Specifies the type of the Section break.
Inheritance
System.Object
SectionBreakType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class SectionBreakType : Enum
Fields
Continuous
Section break with the new section beginning on the next line of the same page.
Declaration
public const SectionBreakType Continuous
Field Value
Type |
---|
SectionBreakType |
EvenPage
Section break with the new section beginning on the next even-numbered page.
Declaration
public const SectionBreakType EvenPage
Field Value
Type |
---|
SectionBreakType |
NewPage
Section break with the new section beginning on the next page.
Declaration
public const SectionBreakType NewPage
Field Value
Type |
---|
SectionBreakType |
OddPage
Section break with the new section beginning on the next odd-numbered page.
Declaration
public const SectionBreakType OddPage
Field Value
Type |
---|
SectionBreakType |