Gets the footnote's number in the text. The first footnote in the document has the number 1. The number is defined through the textflow.
<void> Footnote.getNumber(<RequestNumberCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Receives the property value. |
error |
Optional. Is called when the operation failed with an error. |