public interface IBackgroundPicture extends IShape
IBackgroundPicturescollection.
The background picture collection contains all the background pictures on a slide.| Modifier and Type | Method and Description |
|---|---|
ImageLayout |
getBackgroundImageLayout()
Gets a value that describes how an Image should be stretched to fill the destination rectangle.
|
int |
getCornerRadius()
Gets a value that describes how rounded the corners are on a rectangular die-cut, in pixels.
|
double |
getTransparency()
Gets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear).
|
void |
setBackgroundImageLayout(ImageLayout value)
Sets a value that describes how an Image should be stretched to fill the destination rectangle.
|
void |
setCornerRadius(int value)
Sets a value that describes how rounded the corners are on a rectangular die-cut, in pixels.
|
void |
setTransparency(double value)
Sets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear).
|
delete, duplicate, fromJson, getAdjustments, getAutoShapeType, getBottomRightCell, getChart, getConnector, getConnectorFormat, getControl, getFill, getGroupItems, getHasChart, getHyperlink, getIsPrintable, getLine, getLocked, getName, getParent, getParentGroup, getPictureFormat, getPlacement, getRotation, getTextFrame, getThreeD, getTitle, getTopLeftCell, getType, getVisible, getZOrderPosition, setAutoShapeType, setIsPrintable, setLocked, setName, setPlacement, setRotation, setTitle, setVisible, toImage, toImage, toJson, ungroup, zOrdergetHeight, getHeightInPixel, getLeft, getLeftInPixel, getTop, getTopInPixel, getWidth, getWidthInPixel, setHeight, setHeightInPixel, setLeft, setLeftInPixel, setTop, setTopInPixel, setWidth, setWidthInPixeldouble getTransparency()
void setTransparency(double value)
ImageLayout getBackgroundImageLayout()
void setBackgroundImageLayout(ImageLayout value)
int getCornerRadius()
void setCornerRadius(int value)