<< Click to display table of contents >> TrvActionCustomInsertSidenote.BoxPosition |
Specifies position properties for the floating box.
type
TRVABoxPosition = class (TRVBoxPosition);
property BoxPosition: TRVABoxPosition;
This property is assigned to BoxPosition property of the inserted sidenote / text box item.
Default values are different in inherited actions.
•HorizontalAnchor=rvhanMainTextArea;
•HorizontalPositionKind=rvfpkAlignment;
•HorizontalAlignment=rvfphalRight;
•VerticalAnchor=rvvanParagraph;
•VerticalPositionKind=rvfpkAbsPosition;
•VerticalOffset=0.
•HorizontalAnchor=rvhanMainTextArea;
•HorizontalPositionKind=rvfpkAlignment;
•HorizontalAlignment=rvfphalCenter;
•VerticalAnchor=rvvanLine;
•VerticalPositionKind=rvfpkAbsPosition;
•VerticalOffset=20.