create_note_hyperlinks property

Specifies whether to convert footnote/endnote references in main text story into active hyperlinks. When clicked the hyperlink will lead to the corresponding footnote/endnote. Default is False.

@property
def create_note_hyperlinks(self) -> bool:
    ...

@create_note_hyperlinks.setter
def create_note_hyperlinks(self, value: bool):
    ...

See Also