com.aspose.cells
Class CharacterBulletValue

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

public class CharacterBulletValue 
extends BulletValue

Represents the character bullet.


Constructor Summary
CharacterBulletValue()
          
 
Property Getters/Setters Summary
chargetCharacter()
voidsetCharacter(char value)
           Gets and sets character of the bullet.
intgetType()
           Gets the type of the bullet. The value of the property is BulletType integer constant.
 

Constructor Detail

CharacterBulletValue

public CharacterBulletValue()

Property Getters/Setters Detail

getType

public int getType()
Gets the type of the bullet. The value of the property is BulletType integer constant.

getCharacter/setCharacter

public char getCharacter() / public void setCharacter(char value)
Gets and sets character of the bullet.

setCharacter

public void setCharacter(char value)
Gets and sets character of the bullet.

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