Version

Levels Property

Returns a collection which contains a BulletLevelProperties instance for each bullet/automatic numbering level.
Syntax
'Declaration
 
Public ReadOnly Property Levels As BulletProperties.BulletLevelPropertiesCollection
Remarks

Note that a maximum number of nine (9) levels is supported for both bullet lists and automatic numbering runs.

Note that the indexer for this collection supports lazy creation, i.e., it is not necessary to add members to the underlying collection. If the referenced instance has not yet been created, accessing it through this property will trigger creation. If the specified level references an instance which has already been created, that reference is returned.

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