Version

Search Results

SmallLetters Property

Gets a system-defined Bullets object. Syntax

SmallRoman Property

Gets a system-defined Bullets object. Syntax

Style Property (Bullets)

Gets or sets the style of the bullets. Syntax

Template Property (Bullets)

Gets or sets the template. Syntax Remarks The replacement token that will be replaced with the appropriate bullet number or letter is {0}.

Type Property (Bullets)

Gets or sets the type of the bullets. Syntax

WhiteCircle Property

Gets a system-defined Bullets object. Syntax

WhiteSquare Property

Gets a system-defined Bullets object. Syntax

Bullets Constructor()

Initializes a new instance of the Bullets class. Syntax

Bullets Constructor(BulletType)

Initializes a new instance of the Bullets class. Syntax Parameters type The type of the bullets.

Bullets Constructor(BulletType,Single,Style)

Initializes a new instance of the Bullets class. Syntax Parameters type The type of the bullets.indent The indent.style The style of the bullets.