​
​
​

The FootnoteSection class represents a footnote section at the bottom of a page. It contains the text of all footnotes belonging to this page. The FootnoteSection class implements the IFormattedText interface. An object of this class can be obtained through the TextPartCollection.GetItem method.

Syntax

​public class FootnoteSection : TextPartBase, IFormattedText
​Public Class FootnoteSection
Inherits TextPartBase
Implements IFormattedText

​ Introduced: 32.0.

Properties

Property Description
Charts Gets a collection of all charts contained in the footnote section of a page.
TextFrames Gets a collection of all text frames contained in the footnote section of a page.
​