com.aspose.cells
Class Bullet

java.lang.Object
    extended by com.aspose.cells.Bullet

public class Bullet 
extends java.lang.Object

Represents the bullet.


Property Getters/Setters Summary
BulletValuegetBulletValue()
           Gets bullet value
java.lang.StringgetFontName()
voidsetFontName(java.lang.String value)
           Get and sets the name of the font.
intgetType()
voidsetType(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()
Gets bullet value

getType/setType

public int getType() / public void setType(int value)
Gets and sets the bullet type. The value of the property is BulletType integer constant.

setType

public void setType(int value)
Gets and sets the bullet type. The value of the property is BulletType integer constant.

getFontName/setFontName

public java.lang.String getFontName() / public void setFontName(java.lang.String value)
Get and sets the name of the font.

setFontName

public void setFontName(java.lang.String value)
Get and sets the name of the font.

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