Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue class
Contents
[
Hide
]AutoNumberedBulletValue class
Represents automatic numbered bullet.
class AutoNumberedBulletValue : public Aspose::Cells::Drawing::Texts::BulletValue
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Class BulletValue
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++