Page tree

Versions Compared

Key

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

...

Wiki Markup
{introducedin:4.5.1

...

Description

Excerpt

Returns the text that is contained in this section of the header or footer, including formatting codes

Remarks

For information on the formatting codes used in headers and footers, see Formatting Headers and Footers. If there is no content in this section of the header or footer, returns null.

Signature
C#C#
}
{description}
{excerpt}Returns the text that is contained in this section of the header or footer, including formatting codes{excerpt}
{remarks}For information on the formatting codes used in headers and footers, see [Formatting Headers and Footers]. If there is no content in this section of the header or footer, returns null.{remarks}
{signature:C#}
public string GetText()
Signature
{signature}{signature:vb.net
vb.net
}
Public Function GetText() As String
{signature}