Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Types of headers and footers.{excerpt}
{signature:C#}
 public sealed class HeaderFooterType : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class HeaderFooterType
		Inherits TypesafeEnum
{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|