aspose.cells

Class AutoNumberedBulletValue

Represents automatic numbered bullet.

Constructor Summary
 
Property Getters/Setters Summary
functiongetAutonumberScheme()
function
           Represents the scheme of automatic number. The value of the property is TextAutonumberScheme integer constant.
functiongetStartAt()
function
setStartAt(value)
           Gets and sets the starting number of the bullet.
functiongetType()
Gets the type of the bullet. The value of the property is BulletType integer constant.
 

    • Constructor Detail

      • AutoNumberedBulletValue

        function AutoNumberedBulletValue()
    • Property Getters/Setters Detail

      • getType : Number 

        function getType()
        
        Gets the type of the bullet. The value of the property is BulletType integer constant.
      • getStartAt/setStartAt : Number 

        function getStartAt() / function setStartAt(value)
        
        Gets and sets the starting number of the bullet.
      • getAutonumberScheme/setAutonumberScheme : Number 

        function getAutonumberScheme() / function setAutonumberScheme(value)
        
        Represents the scheme of automatic number. The value of the property is TextAutonumberScheme integer constant.