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}Inserts a break of the specified type after the element.{excerpt}
{signature:C#}
 public virtual void InsertBreakAfter(BreakType type)
{signature}{signature:vb.net}
Public Overridable Sub InsertBreakAfter(ByVal type As BreakType)
{signature}
{parameters}
{param:type}A [Element.BreakType|Element.BreakType] that specifies the type of break to insert{param}