Footer property

This property returns a TextHeaderFooter object which represents the footer of a document.

Defined in

PageStyle

Data type

TextHeaderFooter

Syntax

public TextHeaderFooter getFooter() throws SymphonyException

Usage

To get the footer of a document, you must set the FooterEnable property in the class PageStyle to true first, otherwise an exception is thrown.

See examples

Example: TextHeaderFooter