Aspose::Cells::Drawing::Texts::PictureBulletValue class

PictureBulletValue class

Represents the value of the image bullet.

class PictureBulletValue : public Aspose::Cells::Drawing::Texts::BulletValue

Methods

MethodDescription
BulletValue(BulletValue_Impl* impl)Constructs from an implementation object.
BulletValue(const BulletValue& src)Copy constructor.
GetImageData()Gets and sets image data of the bullet.
virtual GetType()Gets the type of the bullet’s value.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PictureBulletValue& src)operator=
operator=(const BulletValue& src)operator=
PictureBulletValue()Default constructor.
PictureBulletValue(PictureBulletValue_Impl* impl)Constructs from an implementation object.
PictureBulletValue(const PictureBulletValue& src)Copy constructor.
PictureBulletValue(const BulletValue& src)Constructs from a parent object.
SetImageData(const Vector <uint8_t>& value)Gets and sets image data of the bullet.
~BulletValue()Destructor.
~PictureBulletValue()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also