com.aspose.cells

Class PictureBulletValue

  • java.lang.Object
public class PictureBulletValue 
extends BulletValue

Represents the value of the image bullet.

Constructor Summary
 
Property Getters/Setters Summary
byte[]getImageData()
void
setImageData(byte[]value)
           Gets and sets image data of the bullet.
intgetType()
Gets the type of the bullet's value. The value of the property is BulletType integer constant.
 

    • Constructor Detail

      • PictureBulletValue

        public PictureBulletValue()
    • Property Getters/Setters Detail

      • getType

        public int getType()
        
        Gets the type of the bullet's value. The value of the property is BulletType integer constant.
      • getImageData/setImageData

        public byte[] getImageData() / public void setImageData(byte[] value)
        
        Gets and sets image data of the bullet.

    setImageData

    public voidsetImageData(byte[]value)
    
    Gets and sets image data of the bullet.