Aspose::Cells::Drawing::Texts::PictureBulletValue class
Contents
[
Hide
]PictureBulletValue class
Represents the value of the image bullet.
class PictureBulletValue : public Aspose::Cells::Drawing::Texts::BulletValue
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class BulletValue
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++