a_footnote TsrvActionInsertFootnote

Properties  | Actions overview

Top  Previous  Next

TsrvActionInsertFootnote inserts a footnote in the caret position.

Unit SRVActions;

Syntax

TsrvActionInsertFootnote = class(TsrvActionInsertNote)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TsrvAction

TsrvActionInsertNote

Description

If 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.


ScaleRichView © Ilya Zelensky & Sergey Tkachenko