API Reference

Class

WordFooter

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents a footer in a Word document and allows manipulation of its contents.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public WordPageNumber AddPageNumber(WordPageNumberStyle wordPageNumberStyle) #
Returns: WordPageNumber

Adds a page number to this footer using the specified style.

Parameters

wordPageNumberStyle OfficeIMO.Word.WordPageNumberStyle requiredposition: 0
Style of the page number to insert.

Returns

The created WordPageNumber instance.

public static Void RemoveFooters(WordDocument document, params WordHeaderFooterType[] types) #
Returns: Void

Removes footers from the specified WordDocument. When no types are provided all footers are removed.

Parameters

document OfficeIMO.Word.WordDocument requiredposition: 0
Document to operate on.
types OfficeIMO.Word.WordHeaderFooterType[] requiredposition: 1
Footer types to remove.