Version

Search Results

BulletText Property

Returns or sets the character or characters which depict the bullet point. Syntax Remarks This property is only applicable when the NumberingStyle property is set to None. In all other cases, the string which appears in the serialized XML to indicate automatic numbering is returned. Typically the value assigned to...

Font Property (BulletLevelProperties)

Returns the font used for the associated bullet point or automatic numbering. Syntax Remarks In the case where the NumberingStyle property is set to None, i.e., a bullet point is displayed, the symbol used for the bullet point is determined by the value of the BulletText property, as it appears under this font set...

HasFont Property

Returns a boolean value indicating whether a font has been explicitly created, and has had a value assigned to at least one of its name properties. Syntax

Id Property (BulletLevelProperties)

Returns the unique identifier of the associated BulletProperties instance. Syntax

Indent Property

Returns or sets a value which determines the indentation from the left or right margin for the associated paragraph. Syntax Remarks The unit of measure to which this value applies is determined by the value of the associated WordDocumentWriters Unit property. The margin to which this value is relative is determine...

Level Property

Returns the bullet level at which the associated paragraph appears. Syntax

NumberingStyle Property

Returns or sets the numbering style applied to paragraphs at this bullet/numbering level. Syntax Remarks The value of this property defaults to None, which causes a bullet point to be displayed instead of a number.

ResetFont Method

Restores the Font property to its default value. Syntax

Start Property

Returns or sets the number at which an automatic numbering run begins. Syntax Remarks This property is not applicable when the NumberingStyle property is set to Bullet. To begin a numbering run at an arbitrary number, set this property to that number.

BulletProperties.BulletLevelPropertiesCollection Class

Collection class which contains instances of BulletLevelProperties instances. Syntax 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 u...