AutoNumberedBulletValue

AutoNumberedBulletValue class

Represents automatic numbered bullet.

class AutoNumberedBulletValue extends BulletValue;

Constructors

NameDescription
constructor(BulletValue)Constructs from a parent object convertible to this.
constructor()Default Constructor.

Methods

MethodDescription
getType()Gets the type of the bullet.
getStartAt()Gets and sets the starting number of the bullet.
setStartAt(number)Gets and sets the starting number of the bullet.
getAutonumberScheme()Represents the scheme of automatic number.
setAutonumberScheme(TextAutonumberScheme)Represents the scheme of automatic number.

constructor(BulletValue)

Constructs from a parent object convertible to this.

constructor(obj: BulletValue);

Parameters:

ParameterTypeDescription
objBulletValueThe parent object.

constructor()

Default Constructor.

constructor();

getType()

Gets the type of the bullet.

getType() : BulletType;

Returns

BulletType

getStartAt()

Gets and sets the starting number of the bullet.

getStartAt() : number;

setStartAt(number)

Gets and sets the starting number of the bullet.

setStartAt(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getAutonumberScheme()

Represents the scheme of automatic number.

getAutonumberScheme() : TextAutonumberScheme;

Returns

TextAutonumberScheme

setAutonumberScheme(TextAutonumberScheme)

Represents the scheme of automatic number.

setAutonumberScheme(value: TextAutonumberScheme) : void;

Parameters:

ParameterTypeDescription
valueTextAutonumberSchemeThe value to set.