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
{introducedin:4.5.1}
{description}
{excerpt}The [HeaderFooterSection|HeaderFooterSection] class represents an area of the header or footer.  It allows you to set and retrieve the content in that area.{excerpt}
{signature:C#}
public class HeaderFooterSection
{signature}{signature:vb.net}
Public Class HeaderFooterSection
{signature}
{remarks}To retrieve a {{HeaderFooterSection}} object, call one of the following methods:

[PageSetup.GetHeader(section)|PageSetup.GetHeader(HeaderFooterSection.Section)]
[PageSetup.GetFooter(section)|PageSetup.GetFooter(HeaderFooterSection.Section)]

{remarks}
{methods}
|| Name || Description ||
| [GetPicture()|HeaderFooterSection.GetPicture()]\\ | {excerpt-include:HeaderFooterSection.GetPicture()|nopanel=true} |
| [GetText()|HeaderFooterSection.GetText()]\\ | {excerpt-include:HeaderFooterSection.GetText()|nopanel=true} |
| [SetContent(String)|HeaderFooterSection.SetContent(String)]\\ | {excerpt-include:HeaderFooterSection.SetContent(String)|nopanel=true} |
| [SetContent(String, String)|HeaderFooterSection.SetContent(String, String)]\\ | {excerpt-include:HeaderFooterSection.SetContent(String, String)|nopanel=true} |
| [SetContent(String, System.IO.Stream)|HeaderFooterSection.SetContent(String, System.IO.Stream)]\\ | {excerpt-include:HeaderFooterSection.SetContent(String, System.IO.Stream)|nopanel=true} |
{classes}
|| Name || Description ||
| [Section|HeaderFooterSection.Section]\\ | {excerpt-include:HeaderFooterSection.Section|nopanel=true} |
{scrollbar}