com.aspose.cells

Class CharacterBulletValue

  • java.lang.Object
public class CharacterBulletValue 
extends BulletValue

Represents the charater bullet.

Constructor Summary
 
Property Getters/Setters Summary
chargetCharacter()
void
setCharacter(charvalue)
           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 voidsetCharacter(charvalue)
    
    Gets and sets character of the bullet.