Setting a pictures transparancy

Hello,

Is is possible to set a pictures transparancy within an excel sheet ?

The code recorded within excel :

Selection.ShapeRange.PictureFormat.TransparenBackground = msoTrue
Selection.ShapeRange.PictureFormat.TransparencyColor = RGB(255, 255, 255)
Selection.ShapeRange.Fill.Visible=msoFalse

I'm using aspose.cells for java.

Thanks,
Goddeau Hendrik

I found following methods :

Picture.getFill --> ShapeFill object

ShapeFill.setTransparence
ShapeFill.setVisible
ShapeFill.setColor

I'll have a try.

I'm missing two methods :

TransparentBackground and Transparencycolor

Can you add these methods ?

Thanks