<< Click to display table of contents >> TCustomRVNoteItemInfo, TRVFootOrEndnoteItemInfo |
TCustomRVNoteItemInfo is an ancestor class for footnote, endnote, sidenote and text box items.
Objects of this class must not be created directly, create objects of the following inherited classes:
Unit RVNote.
Syntax
TCustomRVNoteItemInfo = class(TRVSeqItemInfo)
TRVFootOrEndnoteItemInfo = class(TCustomRVNoteItemInfo)
(introduced in version 10 and 15)
TObject
TPersistent
TRVNonTextItemInfo
TRVRectItemInfo
This class introduces Document property – footnote/endnote/sidenote/textbox text. This text is not displayed in TCustomRichView, but it is displayed on printing and in ScaleRichView.
Document uses the same TRVStyle component as the main document (where a note is inserted).
You can use ReplaceDocumentEd method to change Document as an editing operation.
Demos:
▪Demos\*\Editors\Notes