TCustomRichViewEdit.SetCurrentItemVAlign

<< Click to display table of contents >>

TCustomRichViewEdit.SetCurrentItemVAlign

Changes vertical alignment (position relative to the line) of the item at the position of caret.

procedure SetCurrentItemVAlign(VAlign: TRVVAlign);

(introduced in version 12)

SetCurrentItemVAlign(VAlign) is equivalent to TopLevelEditor.SetItemVAlignEd(TopLevelEditor.CurItemNo, VAlign).

Method type: editstyle editing-style.

This method must not be called if the current item is one of: text items, tables, breaks, tabs, list markers, footnotes and endnotes.

 

See also methods:

GetCurrentItemVAlign;

SetItemVAlignEd.

See also properties:

CurItemNo.

See also:

Modifying RichView items.