API Documentation > CorelDRAW > 2025-v26 > TextRange > IVGTextRange
TextRange.ApplyBulletEffect method
Applies bullet effect to paragraphs in the range
Syntax:
Sub ApplyBulletEffect(Optional ByVal Symbol As String, Optional ByVal Font As String, Optional ByVal Size As Single = 0, Optional ByVal BaselineShift As Single = 0, Optional ByVal HorizontalPosition As Double = 0, Optional ByVal HangingIndent As Boolean = True)
Parameters:
Name Type Description
Symbol
String
Font
String
Size
Single
Specifies the bullet size.
BaselineShift
Single
Specifies the vertical shift, in points, of the bullet symbol from the baseline.
HorizontalPosition
Double
Specifies the horizontal offset of the bullet symbol from the left text margin.
HangingIndent
Boolean
Specifies the hanging indentation
Remarks:
The ApplyBulletEffect method applies a bullet effect to the paragraphs in a text range.