Navigation: Templates > Guide to all Templates > Additional Libraries and Templates > Rich Text Template Support - Overview >====== ParagraphBulletsOnRTF code template ====== | |
This template (and its associated code templates) has been deprecated, and is now replaced by the RTF Text Control template.
The ParagraphBulletsOnRTF code template is used to turn bullets on for the current or selected paragraph. The current paragraph is the one that the cursor is within. This template calls the ParaBulletsOn method. The bullet style is passed to the method. Bullet styles can be found in cwRTF.inc.
Supported bullet styles are:
Bullets:On
Bullets:Arabic
Bullets:LowerLetters
Bullets:UpperLetters
Bullets:LowerRoman
Bullets:UpperRoman
Prototype:
ParaBulletsOn( [BulletStyle] )
Example method calls:
oRTF_RTFTextBox.ParaBulletsOn() !Turn bullets on
Template Prompts:
Associated RTF control
Select the RTF control from the drop-down list. All controls on the Window are included in the list. This field in required.
Bullet Style
Specify the bullet style by selecting it from the drop-down list.