All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.PictureBulletValue.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





PictureBulletValue




com.aspose.cells
Class PictureBulletValue

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

public class PictureBulletValue 
extends BulletValue

Represents the value of the image bullet.


Constructor Summary
PictureBulletValue()
          
 
Property Getters/Setters Summary
byte[]getImageData()
voidsetImageData(byte[])
           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 void setImageData(byte[] value)
Gets and sets image data 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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy