Contains all footnotes in a Text Control document.
FootnoteCollection Introduced: 32.0.
| Method | Description |
|---|---|
| add | Adds a new footnote with the given text to the document at the current input position. |
| element |
Returns the element at a specified index in the collection.
(Inherited from Collection) |
| for |
Executes a callback function for each element.
(Inherited from Collection) |
| get |
Gets the number of elements contained in the collection.
(Inherited from Collection) |
| get |
Gets the default highlight color for the reference mark and the footnote mark. |
| get |
Gets a value indicating whether all the footnote numbers, reference marks as well as footnote marks, in the document are highlighted. |
| get |
Gets the footnotes' number format. |
| get |
Gets the number for the first footnote. |
| remove | Removes a footnote from a Text Control document. |
| set |
Sets a value indicating whether all the footnote numbers, reference marks as well as footnote marks, in the document are highlighted. |
| set |
Sets the footnotes' number format. |
| set |
Sets the number for the first footnote. |