Aspose::Cells::Drawing::Texts::NoneBulletValue class

NoneBulletValue class

Represents no bullet.

class NoneBulletValue : public Aspose::Cells::Drawing::Texts::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.
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() constoperator bool()
operator=(const NoneBulletValue& src)operator=
operator=(const BulletValue& src)operator=
~BulletValue()Destructor.
~NoneBulletValue()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also