AutoNumberedBulletValue
Contents
[
Hide
]AutoNumberedBulletValue class
Represents automatic numbered bullet.
class AutoNumberedBulletValue extends BulletValue;
Constructors
Name | Description |
---|---|
constructor(BulletValue) | Constructs from a parent object convertible to this. |
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
startAt | number | Gets and sets the starting number of the bullet. |
autonumberScheme | TextAutonumberScheme | Represents the scheme of automatic number. |
Methods
Method | Description |
---|---|
getType() | Gets the type of the bullet. |
constructor(BulletValue)
Constructs from a parent object convertible to this.
constructor(obj: BulletValue);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | BulletValue | The 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