OfficeIMO

API Reference

Class

WordFooters

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Provides access to the footer instances associated with a WordDocument section.

Inheritance

  • Object
  • WordFooters

Constructors

public WordFooters() #

Properties

public WordFooter Default { get; set; } #

Gets or sets the default footer for the section.

public WordFooter Even { get; set; } #

Gets or sets the footer used for even pages.

public WordFooter First { get; set; } #

Gets or sets the footer used for the first page.