All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.AutoNumberedBulletValue.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





AutoNumberedBulletValue




com.aspose.cells
Class AutoNumberedBulletValue

java.lang.Object
  extended by BulletValue
      extended by com.aspose.cells.AutoNumberedBulletValue

public class AutoNumberedBulletValue 
extends BulletValue

Represents automatic numbered bullet.


Constructor Summary
AutoNumberedBulletValue()
          
 
Property Getters/Setters Summary
intgetAutonumberScheme()
voidsetAutonumberScheme(int)
           Represents the scheme of automatic number. The value of the property is TextAutonumberScheme integer constant.
intgetStartAt()
voidsetStartAt(int)
           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.

setStartAt

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.

setAutonumberScheme

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy