java.lang.Object
com.aspose.cells.Bullet
public class Bullet
| Property Getters/Setters Summary | ||
|---|---|---|
BulletValue | getBulletValue() | |
| Gets bullet value | ||
java.lang.String | getFontName() | |
void | setFontName(java.lang.String value) | |
| Get and sets the name of the font. | ||
int | getType() | |
void | setType(int value) | |
| Gets and sets the bullet type. The value of the property is BulletType integer constant. | ||
| Property Getters/Setters Detail |
|---|
getBulletValue | |
public BulletValue getBulletValue() | |
getType/setType | |
public int getType() / public void setType(int value) | |
getFontName/setFontName | |
public java.lang.String getFontName() / public void setFontName(java.lang.String value) | |