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