com.aspose.cells
Class AutoNumberedBulletValue

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

public class AutoNumberedBulletValue 
extends BulletValue

Represents automatic numberic bullet.


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