Aspose::Cells::Drawing::Texts::NoneBulletValue class
Contents
[
Hide
]NoneBulletValue class
Represents no bullet.
class NoneBulletValue : public Aspose::Cells::Drawing::Texts::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. |
NoneBulletValue() | Default constructor. |
NoneBulletValue(NoneBulletValue_Impl* impl) | Constructs from an implementation object. |
NoneBulletValue(const NoneBulletValue& src) | Copy constructor. |
NoneBulletValue(const BulletValue& src) | Constructs from a parent object. |
explicit operator bool() const | operator bool() |
operator=(const NoneBulletValue& src) | operator= |
operator=(const BulletValue& src) | operator= |
~BulletValue() | Destructor. |
~NoneBulletValue() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class BulletValue
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++