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.

Properties

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

Methods

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

getType()

Gets the type of the bullet.

getType() : BulletType;

Returns

BulletType