Bullet
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. |
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;