|
References to the Parent Endnotes and Footnotes |
Top Previous Next |
|
When inserted in footnote's/endnote's Document, the note reference displays the same text as the parent footnote/endnote. When inserted in TCustomRichView, it displays NoteText. Class for this item type is TRVNoteReferenceItemInfo (see for detailed information). Style of this item type: rvsNoteReference (-205) Methods of TCustomRichViewThe following viewer-style method adds item of this type to the end of the document: ▪AddItem (create TRVNoteReferenceItemInfo object, add it using AddItem) The following method returns TRVNoteReferenceItemInfo object Methods of TCustomRichViewEditThe following editor-style method inserts item of this type in the position of caret: ▪InsertItem (create TRVNoteReferenceItemInfo object, insert it using InsertItem) The following method returns TRVNoteReferenceItemInfo object at the position of caret: Saving and LoadingExport to HTML Note references are saved as a plain text. In future, they may be saved as hyperlinks to the parent footnote/endnote. RTF Note references can be exported in RTF. You can set RTFReadProperties.IgnoreNotes to True, and note references will not be imported from RTF. |