This property returns a TextHeaderFooter object which represents the footer of a document.
Defined in
Data type
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