|
TCustomRVNoteItemInfo |
Top Previous Next |
|
TCustomRVNoteItemInfo is an ancestor class for footnote and endnote items. Objects of this class must not be created directly, create TRVEndNoteItemInfo (endnote) or TRVFootnoteItemInfo (footnote) instead. Unit RVNote. Syntax TCustomRVNoteItemInfo = class(TRVSeqItemInfo) (introduced in version 10) Hierarchy TObject TPersistent TRVNonTextItemInfo TRVRectItemInfo Properties This class introduces Document property – footnote/endnote text. This text is not displayed in TCustomRichView, but it is displayed on printing. Document uses the same TRVStyle component as the main document (where footnote/endnote is inserted). You can use ReplaceDocumentEd method to change Document as an editing operation. See Also... Demos:
|