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. |
Methods
Method | Description |
---|---|
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. |
isNull() | Checks whether the implementation object is null. |
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();
getType()
Gets the type of the bullet.
getType() : BulletType;
Returns
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:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
getAutonumberScheme()
Represents the scheme of automatic number.
getAutonumberScheme() : TextAutonumberScheme;
Returns
setAutonumberScheme(TextAutonumberScheme)
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;