rvico TRichView Reference | TRVStyle | TCustomRVParaInfo

TCustomRVParaInfo.Alignment

Top  Previous  Next

Alignment of paragraph of this style (Left, Top, Center or Justify)

type

  TRVAlignment = (rvaLeft, rvaRight, rvaCenter, rvaJustify);

property Alignment : TRVAlignment;

Note: rvaJustify is supported only if BiDiMode=rvbdUnspecified, otherwise it works like rvaLeft.

Default value:

rvaLeft


RichView © Sergey Tkachenko