insert_reference_mark property

FieldNoteRef.insert_reference_mark property

Inserts the reference mark with the same character formatting as the Footnote Reference or Endnote Reference style.

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

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

See Also