Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{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 |