Enum SectionBreakType
Specifies the type of the Section break.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum SectionBreakType
Fields
| Name | Description |
|---|---|
| Continuous | Section break with the new section beginning on the next line of the same page. |
| EvenPage | Section break with the new section beginning on the next even-numbered page. |
| NewPage | Section break with the new section beginning on the next page. |
| OddPage | Section break with the new section beginning on the next odd-numbered page. |