Aspose::Cells::Drawing::Texts::Bullet class

Bullet class

Represents the bullet points should be applied to a paragraph.

class Bullet

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also