Bullet

Bullet class

Represents the bullet points should be applied to a paragraph.

class Bullet;

Properties

PropertyTypeDescription
bulletValueBulletValueReadonly. Gets the value of bullet.
typeBulletTypeGets and sets the type of bullet.
fontNamestringGet 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;