com.aspose.cells

Class Bullet

  • java.lang.Object
    • com.aspose.cells.Bullet
public class Bullet 
extends java.lang.Object

Represents the bullet.

Property Getters/Setters Summary
BulletValuegetBulletValue()
Gets bullet value
intgetType()
void
setType(intvalue)
           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 voidsetType(intvalue)
    
    Gets and sets the bullet type. The value of the property is BulletType integer constant.