{description}
{excerpt}An [Element.BreakType|Element.BreakType] value specifies the type of break to insert [Element.InsertBreakBefore|Element.InsertBreakBefore(Element.BreakType)] or [Element.InsertBreakAfter|Element.InsertBreakAfter(Element.BreakType)] a region in the document.{excerpt}
{signature:C#}
 public sealed class BreakType : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class BreakType
		Inherits TypesafeEnum
{signature}
{values}
|| Name || Description ||
| {anchor:Column}Column | Column break |
| {anchor:Page}Page | Page |
| {anchor:TextWrap}TextWrap | Text wrapping break |