FootnoteArc constructor
FootnoteArc(from_label, to_label)
Initializes a new instance of FootnoteArc class.
def __init__(self, from_label, to_label):
...
| Parameter | Type | Description |
|---|---|---|
| from_label | str | The from Loc label. |
| to_label | str | The to footnote label. |
See Also
- module aspose.finance.xbrl
- class FootnoteArc