Bullet

Bullet class

Represents the bullet points should be applied to a paragraph.

class Bullet;

Methods

MethodDescription
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.

getBulletValue()

Gets the value of bullet.

getBulletValue() : BulletValue;

Returns

BulletValue

getType()

Gets and sets the type of bullet.

getType() : BulletType;

Returns

BulletType

setType(BulletType)

Gets and sets the type of bullet.

setType(value: BulletType) : void;

Parameters:

ParameterTypeDescription
valueBulletTypeThe 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:

ParameterTypeDescription
valuestringThe value to set.