Bullet
Contents
[
Hide
]Bullet class
Represents the bullet points should be applied to a paragraph.
class Bullet;
Methods
Method | Description |
---|---|
getBulletValue() | Gets the value of bullet. |
getType() | Gets and sets the type of bullet. |
setType(BulletType) | Gets and sets the type of bullet. |
getFontName() | Get and sets the name of the font. |
setFontName(string) | Get and sets the name of the font. |
isNull() | Checks whether the implementation object is null. |
getBulletValue()
Gets the value of bullet.
getBulletValue() : BulletValue;
Returns
getType()
Gets and sets the type of bullet.
getType() : BulletType;
Returns
setType(BulletType)
Gets and sets the type of bullet.
setType(value: BulletType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | BulletType | The value to set. |
getFontName()
Get and sets the name of the font.
getFontName() : string;
setFontName(string)
Get and sets the name of the font.
setFontName(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;