TextRange.ApplyDropCapEffect
Sub ApplyDropCapEffect([LinesDropped As Long = 3], [DistanceFromText As Double], [HangingIndent As Boolean = False])
Description
Member of TextRange
The ApplyDropCapEffect method applies a drop-cap effect to the paragraphs in a text range.
Parameter
|
Description
|
LinesDropped
|
Specifies the number of lines that the drop-cap effect drops. This parameter is optional, and its default value is 3.
|
DistanceFromText
|
Specifies the distance between the drop cap and the rest of the text. This parameter is optional, and its default value is 0.
|
HangingIndent
|
Specifies the hanging indentation for paragraphs when the drop-cap effect is applied. This parameter is optional, and its default value is False.
|
Copyright 2013 Corel Corporation. All rights reserved.