<< Click to display table of contents >> TRVBoxPosition.PositionInText |
Specifies how the text box is positioned relative to a text where a sidenote (or a text box item) is inserted.
type
TRVFloatPositionInText = (rvpitAboveText, rvpitBelowText);
property PositionInText: TRVFloatPositionInText;
Value |
Meaning |
---|---|
rvpitAboveText |
The box is above a text. |
rvpitBelowText |
The box is below a text. |
Note: boxes inserted in a header or a footer are always below the main text (and below boxes inserted in the main text).
Use TRichViewEdit.SetCurrentItemExtraIntPropertyEx and SetCurrentItemExtraStrPropertyEx to change value of this property as an editing operation.
Default value:
rvpitAboveText