java.lang.Object
BulletValue
com.aspose.cells.PictureBulletValue
public class PictureBulletValue
- extends BulletValue
Represents the value of the image bullet.
|
Property Getters/Setters Summary |
byte[] | getImageData() | |
void | setImageData(byte[]) | |
|
Gets and sets image data of the bullet.
|
int | getType() | |
|
Gets the type of the bullet's value.
The value of the property is BulletType integer constant. |
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.