TRVLabelItemInfo.RemoveInternalLeading, RemoveSpaceBelow

<< Click to display table of contents >>

TRVLabelItemInfo.RemoveInternalLeading, RemoveSpaceBelow

Allows removing spacing above and below the text.

RemoveInternalLeading: Boolean;

RemoveSpaceBelow: Boolean;

If RemoveInternalLeading=True, the label item is displayed without leading (space) above the text. Accent marks and other diacritical characters may occur in this area, so do not use this property if Text contains accented characters.

If RemoveSpaceBelow=True, the label item is displayed without space below the text. This property is used only if UseTypoMetric property = True.

These properties are useful if this label item is used as a drop cap (the first letter in a chapter, with vertical alignment = rvvaLeft).

Use TRichViewEdit.SetCurrentItemExtraIntPropertyEx to change values of these properties as an editing operation (rveipcRemoveInternalLeading and rveipcRemoveSpaceBelow).

Default value:

RemoveInternalLeading: False

RemoveSpaceBelow: False

UseTypoMetric: True