|
Top Previous Next |
|
TsrvActionInsertFootnote inserts a footnote in the caret position. Unit SRVActions; Syntax TsrvActionInsertFootnote = class(TsrvActionInsertNote) HierarchyTObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction DescriptionIf TSRichViewEdit.RichViewEdit is active, this action inserts a footnote (TRVFootnoteItemInfo item). If TSRichViewEdit.RVNote is active (editing a footnote.Document), this action inserts a reference to the parent footnote (TRVNoteReferenceItemInfo item). Otherwise, this action is disabled. When inserting a footnote, this action adds in its Document (using Font property) the following items: •reference to this footnote; •space character. |