Page tree

Versions Compared

Key

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

...

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.

...

Signature
C#C#
{excerpt}
{signature:C#}
 public sealed class BreakType : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class BreakType
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Column break

...

Page

...

{signature}
{values}
|| Name || Description ||
| {anchor:Column}Column | Column break |
| {anchor:Page}Page | Page |
| {anchor:TextWrap}TextWrap | Text wrapping break |