Skip to content

piBulletStart - DfBaseRichEdit

Sets or returns the starting number of paragraph numbering of selected paragraph or paragraphs

Type: Property
Access: Read/Write
Data Type: integer
Parameters: None

Syntax

Property integer piBulletStart
Access Type Syntax
Read Access: Get piBulletStart to integerVariable
Write Access: Set piBulletStart to integerVariable/Value

Description

This property has no effect if control is not paged.

To apply bullets or numbering to paragraphs, use peBullets. To set the style of the bullet or number for paragraph numbering, use peBulletStyle.

Sample

This sample sets the starting number for paragraph numbering to 1 (or the letter "a" or "A", if peBullets specifies letters).

set piBulletStart to 1

Sample

This sample sets the starting number for paragraph numbering to 4 (or the letter "d" or "D", if peBullets specifies letters).

set piBulletStart to 4