{description}
{excerpt}Types of breaks that can preceed a section.{excerpt}
{signature:C#}
 public sealed class BreakType : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class BreakType
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Continuous}Continuous|Start this section on the first line after the previous section|
|{anchor:EvenPage}EvenPage|Start this section on the first even page after the previous section|
|{anchor:OddPage}OddPage|Start this section on the first odd page after the previous section|
|{anchor:Page}Page|Start this section on the page after the previous section|