com.aspose.cells.AutoNumberedBulletValue.html Maven / Gradle / Ivy
AutoNumberedBulletValue
com.aspose.cells
Class AutoNumberedBulletValue
java.lang.Object
BulletValue
com.aspose.cells.AutoNumberedBulletValue
public class AutoNumberedBulletValue
- extends BulletValue
Constructor Summary |
---|
AutoNumberedBulletValue()
|
Property Getters/Setters Summary | ||
---|---|---|
int | getAutonumberScheme() | |
void | setAutonumberScheme(int) | |
Represents the scheme of automatic number. The value of the property is TextAutonumberScheme integer constant. | ||
int | getStartAt() | |
void | setStartAt(int) | |
Gets and sets the starting number of the bullet. | ||
int | getType() | |
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.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.