Aspose::Cells::Drawing::Texts::CharacterBulletValue class

CharacterBulletValue class

Represents the character bullet.

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

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also