Aspose::Cells::Drawing::Texts::CharacterBulletValue class
Contents
[
Hide
]CharacterBulletValue class
Represents the character bullet.
class CharacterBulletValue : public Aspose::Cells::Drawing::Texts::BulletValue
Methods
Method | Description |
---|---|
BulletValue(BulletValue_Impl* impl) | Constructs from an implementation object. |
BulletValue(const BulletValue& src) | Copy constructor. |
CharacterBulletValue() | Default constructor. |
CharacterBulletValue(CharacterBulletValue_Impl* impl) | Constructs from an implementation object. |
CharacterBulletValue(const CharacterBulletValue& src) | Copy constructor. |
CharacterBulletValue(const BulletValue& src) | Constructs from a parent object. |
GetCharacter() | Gets and sets character of the bullet. |
virtual GetType() | Gets the type of the bullet. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const CharacterBulletValue& src) | operator= |
operator=(const BulletValue& src) | operator= |
SetCharacter(char16_t value) | Gets and sets character of the bullet. |
~BulletValue() | Destructor. |
~CharacterBulletValue() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class BulletValue
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++