Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue class

AutoNumberedBulletValue class

Represents automatic numbered bullet.

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

Methods

MethodDescription
AutoNumberedBulletValue()Default constructor.
AutoNumberedBulletValue(AutoNumberedBulletValue_Impl* impl)Constructs from an implementation object.
AutoNumberedBulletValue(const AutoNumberedBulletValue& src)Copy constructor.
AutoNumberedBulletValue(const BulletValue& src)Constructs from a parent object.
BulletValue(BulletValue_Impl* impl)Constructs from an implementation object.
BulletValue(const BulletValue& src)Copy constructor.
GetAutonumberScheme()Represents the scheme of automatic number.
GetStartAt()Gets and sets the starting number 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 AutoNumberedBulletValue& src)operator=
operator=(const BulletValue& src)operator=
SetAutonumberScheme(TextAutonumberScheme value)Represents the scheme of automatic number.
SetStartAt(int32_t value)Gets and sets the starting number of the bullet.
~AutoNumberedBulletValue()Destructor.
~BulletValue()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also