Aspose::Cells::Drawing::Texts::BulletValue class
BulletValue class
Represents the value of the bullet.
class BulletValue
Methods
Method | Description |
---|---|
BulletValue(BulletValue_Impl* impl) | Constructs from an implementation object. |
BulletValue(const BulletValue& src) | Copy constructor. |
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 BulletValue& src) | operator= |
~BulletValue() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++