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 a section of the footer.

Signature
C#C#
}
{description}
{excerpt}Returns a section of the footer.{excerpt}
{signature:C#}
public HeaderFooterSection GetFooter(HeaderFooterSection.Section section)
Signature
{signature}{signature:vb.net
vb.net
}
Public Function GetFooter(ByVal section As HeaderFooterSection.Section) As HeaderFooterSection
Parameters

...

The section of the footer to return

Returns

A HeaderFooterSection object representing the specified section of the footer

Remarks
You can use a HeaderFooterSection object to manipulate a given section of the header or footer, such as the text or image that appears in that section. Note that the total length of the text in all sections of the footer may not exceed 255 characters.
{signature}
{parameters}
{param:section}The section of the footer to return{param}
{returns}A [HeaderFooterSection] object representing the specified section of the footer{returns}
{remarks}
You can use a [HeaderFooterSection] object to manipulate a given section of the header or footer, such as the text or image that appears in that section.  Note that the total length of the text in all sections of the footer may not exceed 255 characters.
{remarks}