Bullet
Contents
[
Hide
]Bullet class
Represents the bullet points should be applied to a paragraph.
class Bullet;
Properties
| Property | Type | Description |
|---|---|---|
| bulletValue | BulletValue | Readonly. Gets the value of bullet. |
| type | BulletType | Gets and sets the type of bullet. |
| fontName | string | Get and sets the name of the font. |
Methods
| Method | Description |
|---|---|
| getBulletValue() | @deprecated. Please use the ‘bulletValue’ property instead. Gets the value of bullet. |
| getType() | @deprecated. Please use the ’type’ property instead. Gets and sets the type of bullet. |
| setType(BulletType) | @deprecated. Please use the ’type’ property instead. Gets and sets the type of bullet. |
| getFontName() | @deprecated. Please use the ‘fontName’ property instead. Get and sets the name of the font. |
| setFontName(string) | @deprecated. Please use the ‘fontName’ property instead. Get and sets the name of the font. |
| isNull() | Checks whether the implementation object is null. |
bulletValue
Readonly. Gets the value of bullet.
bulletValue : BulletValue;
type
Gets and sets the type of bullet.
type : BulletType;
fontName
Get and sets the name of the font.
fontName : string;
getBulletValue()
@deprecated. Please use the ‘bulletValue’ property instead. Gets the value of bullet.
getBulletValue() : BulletValue;
Returns
getType()
@deprecated. Please use the ’type’ property instead. Gets and sets the type of bullet.
getType() : BulletType;
Returns
setType(BulletType)
@deprecated. Please use the ’type’ property instead. Gets and sets the type of bullet.
setType(value: BulletType) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | BulletType | The value to set. |
getFontName()
@deprecated. Please use the ‘fontName’ property instead. Get and sets the name of the font.
getFontName() : string;
setFontName(string)
@deprecated. Please use the ‘fontName’ property instead. 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;