com.aspose.cells

Class AutoNumberedBulletValue

  • java.lang.Object
public class AutoNumberedBulletValue 
extends BulletValue

Represents automatic numberic bullet.

Constructor Summary
 
Property Getters/Setters Summary
intgetAutonumberScheme()
void
           Represents the scheme of automatic number. The value of the property is TextAutonumberScheme integer constant.
intgetStartAt()
void
setStartAt(intvalue)
           Gets and sets the starting number of the bullet.
intgetType()
Gets the type of the bullet. The value of the property is BulletType integer constant.
 

    • Constructor Detail

      • AutoNumberedBulletValue

        public AutoNumberedBulletValue()
    • Property Getters/Setters Detail

      • getType

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

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

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

    setStartAt

    public voidsetStartAt(intvalue)
    
    Gets and sets the starting number of the bullet.

    setAutonumberScheme

    public voidsetAutonumberScheme(intvalue)
    
    Represents the scheme of automatic number. The value of the property is TextAutonumberScheme integer constant.