Hello,
Is there a way to set the Footnote and Endnote as read only after adding them programmatically.
e.g: I am adding footnote using the following lines of code.
this.container!.documentEditor.editor.insertFootnote();
this.container!.documentEditor.editor.insertText('this is a foot note');
But the content can be edited. Can we make it read only.
Thank you,
Aditya.