TsrvActionCustomInsertSidenote.BoxPosition

<< Click to display table of contents >>

TsrvActionCustomInsertSidenote.BoxPosition

Specifies position properties for the floating box.

property BoxPosition: TRVABoxPosition;

This property is assigned to BoxPosition property of the inserted sidenote / text box item.

Default values are different in inherited actions.

TsrvActionInsertSidenote:

HorizontalAnchor=rvhanMainTextArea;

HorizontalPositionKind=rvfpkAlignment;

HorizontalAlignment=rvfphalRight;

VerticalAnchor=rvvanParagraph;

VerticalPositionKind=rvfpkAbsPosition;

VerticalOffset=0.

TsrvActionInsertTextBox:

HorizontalAnchor=rvhanMainTextArea;

HorizontalPositionKind=rvfpkAlignment;

HorizontalAlignment=rvfphalCenter;

VerticalAnchor=rvvanLine;

VerticalPositionKind=rvfpkAbsPosition;

VerticalOffset=20.