Version

BulletProperties.BulletLevelPropertiesCollection Class

Collection class which contains instances of BulletLevelProperties instances.
Syntax
'Declaration
 
Public Class BulletProperties.BulletLevelPropertiesCollection 
public class BulletProperties.BulletLevelPropertiesCollection 
Remarks

Note that the maximum number of supported levels for a bullet list or automatic numbering run is nine (9).

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 the indexer will trigger creation. If the specified level references an instance which has already been created, that reference is returned. This precludes the need for an Add method.

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