AutoNumberedBulletValue
Contents
[
Hide
]AutoNumberedBulletValue class
Represents automatic numbered bullet.
class AutoNumberedBulletValue extends BulletValue;
Constructors
Constructor | 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 |
---|---|
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:
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;
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:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
getAutonumberScheme()
@deprecated. Please use the ‘autonumberScheme’ property instead. Represents the scheme of automatic number.
getAutonumberScheme() : TextAutonumberScheme;
Returns
setAutonumberScheme(TextAutonumberScheme)
@deprecated. Please use the ‘autonumberScheme’ property instead. Represents the scheme of automatic number.
setAutonumberScheme(value: TextAutonumberScheme) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | TextAutonumberScheme | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
getType()
Gets the type of the bullet.
getType() : BulletType;
Returns