Aspose::Cells::Drawing::Texts::Bullet class
Contents
[
Hide
]Bullet class
Represents the bullet points should be applied to a paragraph.
class Bullet
Methods
Method | Description |
---|---|
Bullet(Bullet_Impl* impl) | Constructs from an implementation object. |
Bullet(const Bullet& src) | Copy constructor. |
GetBulletValue() | Gets the value of bullet. |
GetFontName() | Get and sets the name of the font. |
GetType() | Gets and sets the type of bullet. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const Bullet& src) | operator= |
SetFontName(const U16String& value) | Get and sets the name of the font. |
SetFontName(const char16_t* value) | Get and sets the name of the font. |
SetType(BulletType value) | Gets and sets the type of bullet. |
~Bullet() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++