Aspose::Cells::Drawing::Texts::BulletValue class

BulletValue class

Represents the value of the bullet.

class BulletValue

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const BulletValue& src)operator=
~BulletValue()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also