TRVVAlign Type

<< Click to display table of contents >>

TRVVAlign Type

Unit [VCL/FMX] RVStyle / fmxRVStype;

type

  TRVVAlign = (

    rvvaBaseline,  // bottom of picture -> baseline

    rvvaMiddle,    // center of picture -> baseline

    rvvaAbsTop,    // top of picture    -> top of line

    rvvaAbsBottom, // bottom of picture -> bottom of line

    rvvaAbsMiddle, // center of picture -> center of line

    rvvaLeft,      // align to left side

    rvvaRight      // align to right side

    );

Vertical align of pictures and controls in RichView

Align

Scheme

rvvaBaseline

rvvaBaseline

rvvaMiddle

rvvaMiddle

rvvaAbsTop

rvvaAbsTop

rvvaAbsBottom

rvvaAbsBottom

rvvaAbsMiddle

rvvaAbsMiddle

rvvaLeft

rvvaLeft

rvvaRight

rvvaRight

Note: non-standard values of HTML align attributes (abstop, absbottom, absmiddle) are used for export of rvvaAbs*** values.

This property can be applied to:

pictures and hot-pictures

bullets and hotspots

controls

label items

numbered sequences

See also methods of TCustomRichView:

GetItemVAlign,

SetItemVAlign.

See also properties of TCustomRichView:

ClearLeft,

ClearRight.

See also methods of TCustomRichViewEdit:

GetCurrentItemVAlign,

SetItemVAlignEd,

SetCurrentItemVAlign,

ClearTextFlow.

See also properties of TRVStyle:

FloatingLineColor