Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Inserts a break of the specified type before the element.

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