Class AutoNumberedBulletValue

Class AutoNumberedBulletValue

Namespace: Aspose.Cells.Drawing.Texts
Assembly: Aspose.Cells.dll (25.2.0)

Represents automatic numbered bullet.

public class AutoNumberedBulletValue : BulletValue

Inheritance

objectBulletValueAutoNumberedBulletValue

Inherited Members

BulletValue.Type, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

AutoNumberedBulletValue()

public AutoNumberedBulletValue()

Properties

AutonumberScheme

Represents the scheme of automatic number.

public TextAutonumberScheme AutonumberScheme { get; set; }

Property Value

TextAutonumberScheme

StartAt

Gets and sets the starting number of the bullet.

public int StartAt { get; set; }

Property Value

int

Type

Gets the type of the bullet.

public override BulletType Type { get; }

Property Value

BulletType