BulletFormat2 Interface

Definition

Represents bullet formatting.

public interface class BulletFormat2 : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03B9-0000-0000-C000-000000000046")]
public interface BulletFormat2 : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03B9-0000-0000-C000-000000000046")>]
type BulletFormat2 = interface
    interface _IMsoDispObj
Public Interface BulletFormat2
Implements _IMsoDispObj
Attributes
Implements

Properties

Application

Gets an object that represents the BulletFormat2 object. Read-only.

Character

Gets or sets the Unicode character value that is used for bullets in the specified text. Read/write.

Creator

Gets a 32-bit integer that indicates the application in which the BulletFormat2 object was created. Read-only.

Font

Gets the font that represents the formatting for a BulletFormat2 object. Read-only.

Number

Gets the bullet number of a paragraph. Read-only.

Parent

Gets the parent of the BulletFormat2 object. Read-only.

RelativeSize

Returns or sets the bullet size relative to the size of the first text character in the paragraph. Read/write.

StartValue

Gets or sets the beginning value of a bulleted list. Read/write.

Style

Returns or sets a constant that represents the style of a bullet. Read/write.

Type

Gets or sets a constant that represents the type of bullet. Read/write.

UseTextColor

Determines whether the specified bullets are set to the color of the first text character in the paragraph. Read/write.

UseTextFont

Determines whether the specified bullets are set to the font of the first text character in the paragraph. Read/write.

Visible

Gets or sets a value that specifies whether the bullet is visible. Read/write.

Methods

Picture(String)

Sets the graphics file to be used for bullets in a bulleted list.

Applies to