FootnoteArc constructor

FootnoteArc(from_label, to_label)

Initializes a new instance of FootnoteArc class.

def __init__(self, from_label, to_label):
    ...
ParameterTypeDescription
from_labelstrThe from Loc label.
to_labelstrThe to footnote label.

See Also