asposecells.api

Class AutoNumberedBulletValue

Represents automatic numbered bullet.

Constructor Summary
 
Property Getters/Setters Summary
methodgetAutonumberScheme()
method
           Represents the scheme of automatic number. The value of the property is TextAutonumberScheme integer constant.
methodgetStartAt()
method
setStartAt(value)
           Gets and sets the starting number of the bullet.
methodgetType()
Gets the type of the bullet. The value of the property is BulletType integer constant.
 

    • Constructor Detail

      • AutoNumberedBulletValue

        AutoNumberedBulletValue()
    • Property Getters/Setters Detail

      • getType : int 

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

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

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