Version

BulletLevel Property

Returns or sets a BulletLevelProperties instance which displays the associated paragraph as a bullet point or with automatic numbering.
Syntax
'Declaration
 
Public Property BulletLevel As BulletLevelProperties
public BulletLevelProperties BulletLevel {get; set;}
Remarks

Use this property to designate this paragraph as a bullet point, or to enable automatic numbering.

A BulletProperties instance is created by calling the CreateBulletProperties method.

A BulletLevelProperties instance is obtained via the Levels collection of the BulletProperties instance. Simply reference the desired level using the indexer, which takes an integer representing the zero-based level to be returned.

That BulletLevelProperties instance can be referenced by any number of paragraphs by assigning a reference to that instance to this property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also