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.

Methods

MethodDescription
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

BulletValue

getType()

@deprecated. Please use the ’type’ property instead. Gets and sets the type of bullet.

getType() : BulletType;

Returns

BulletType

setType(BulletType)

@deprecated. Please use the ’type’ property instead. Gets and sets the type of bullet.

setType(value: BulletType) : void;

Parameters:

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

ParameterTypeDescription
valuestringThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;