Page tree

Versions Compared

Key

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

Excerpt

Types of headers and footers.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Types of headers and footers.{excerpt}
{signature:C#}
 public sealed class HeaderFooterType : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class HeaderFooterType
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Header or footer that is seen over all pages in a section. Has the lowest precedence of any header or footer type.

...

Header or footer that is seen only on even pages. Takes precedence over "All" headers and footers

...

Header or footer that is seen on only the first page. Takes precedence over "Odd" headers and footers.

...

{signature}
{values}
||Name||Description||
|{anchor:All}All|Header or footer that is seen over all pages in a section.  Has the lowest precedence of any header or footer type.|
|{anchor:Even}Even|Header or footer that is seen only on even pages.  Takes precedence over "All" headers and footers|
|{anchor:FirstPage}FirstPage|Header or footer that is seen on only the first page.  Takes precedence over "Odd" headers and footers.|
|{anchor:Odd}Odd|Header or footer that is seen only on odd pages.  Takes precedence over "All" headers and footers|