Class Bullet

Class Bullet

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

Represents the bullet points should be applied to a paragraph.

public class Bullet

Inheritance

objectBullet

Inherited Members

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

Properties

BulletValue

Gets the value of bullet.

public BulletValue BulletValue { get; }

Property Value

BulletValue

FontName

Get and sets the name of the font.

public string FontName { get; set; }

Property Value

string

Type

Gets and sets the type of bullet.

public BulletType Type { get; set; }

Property Value

BulletType