Class BulletValue
Class BulletValue
Namespace: Aspose.Cells.Drawing.Texts
Assembly: Aspose.Cells.dll (25.2.0)
Represents the value of the bullet.
public abstract class BulletValue
Inheritance
Derived
AutoNumberedBulletValue, CharacterBulletValue, NoneBulletValue, PictureBulletValue
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Type
Gets the type of the bullet’s value.
public abstract BulletType Type { get; }