Class PictureBulletValue

Class PictureBulletValue

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

Represents the value of the image bullet.

public class PictureBulletValue : BulletValue

Inheritance

objectBulletValuePictureBulletValue

Inherited Members

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

Constructors

PictureBulletValue()

public PictureBulletValue()

Properties

ImageData

Gets and sets image data of the bullet.

public byte[] ImageData { get; set; }

Property Value

byte[]

Type

Gets the type of the bullet’s value.

public override BulletType Type { get; }

Property Value

BulletType