AutoNumberedBulletValue

AutoNumberedBulletValue class

Represents automatic numbered bullet.

class AutoNumberedBulletValue extends BulletValue;

Constructors

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

Properties

PropertyTypeDescription
startAtnumberGets and sets the starting number of the bullet.
autonumberSchemeTextAutonumberSchemeRepresents the scheme of automatic number.

Methods

MethodDescription
getStartAt()@deprecated. Please use the ‘startAt’ property instead. Gets and sets the starting number of the bullet.
setStartAt(number)@deprecated. Please use the ‘startAt’ property instead. Gets and sets the starting number of the bullet.
getAutonumberScheme()@deprecated. Please use the ‘autonumberScheme’ property instead. Represents the scheme of automatic number.
setAutonumberScheme(TextAutonumberScheme)@deprecated. Please use the ‘autonumberScheme’ property instead. Represents the scheme of automatic number.
isNull()Checks whether the implementation object is null.
getType()Gets the type of the bullet.

constructor(BulletValue)

Constructs from a parent object convertible to this.

constructor(obj: BulletValue);

Parameters:

ParameterTypeDescription
objBulletValueThe parent object.

constructor()

Default Constructor.

constructor();

startAt

Gets and sets the starting number of the bullet.

startAt : number;

autonumberScheme

Represents the scheme of automatic number.

autonumberScheme : TextAutonumberScheme;

getStartAt()

@deprecated. Please use the ‘startAt’ property instead. Gets and sets the starting number of the bullet.

getStartAt() : number;

setStartAt(number)

@deprecated. Please use the ‘startAt’ property instead. Gets and sets the starting number of the bullet.

setStartAt(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getAutonumberScheme()

@deprecated. Please use the ‘autonumberScheme’ property instead. Represents the scheme of automatic number.

getAutonumberScheme() : TextAutonumberScheme;

Returns

TextAutonumberScheme

setAutonumberScheme(TextAutonumberScheme)

@deprecated. Please use the ‘autonumberScheme’ property instead. Represents the scheme of automatic number.

setAutonumberScheme(value: TextAutonumberScheme) : void;

Parameters:

ParameterTypeDescription
valueTextAutonumberSchemeThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

getType()

Gets the type of the bullet.

getType() : BulletType;

Returns

BulletType