Interface IBackgroundPicture
- All Superinterfaces:
IContainer,IShape
Represents an picture object which will be used as the background picture. The Shape object is a member of the
IBackgroundPicturescollection. The background picture collection contains all the background pictures on a slide.-
Method Summary
Modifier and TypeMethodDescriptionGets a value that describes how an Image should be stretched to fill the destination rectangle.intGets a value that describes how rounded the corners are on a rectangular die-cut, in pixels.doubleGets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear).voidSets a value that describes how an Image should be stretched to fill the destination rectangle.voidsetCornerRadius(int value) Sets a value that describes how rounded the corners are on a rectangular die-cut, in pixels.voidsetTransparency(double value) Sets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear).Methods inherited from interface com.grapecity.documents.excel.drawing.IContainer
getHeight, getHeightInPixel, getLeft, getLeftInPixel, getTop, getTopInPixel, getWidth, getWidthInPixel, setHeight, setHeightInPixel, setLeft, setLeftInPixel, setTop, setTopInPixel, setWidth, setWidthInPixelMethods inherited from interface com.grapecity.documents.excel.drawing.IShape
delete, duplicate, fromJson, getAdjustments, getAutoShapeType, getBottomRightCell, getChart, getConnector, getConnectorFormat, getControl, getFill, getFormula, getGroupItems, getHasChart, getHyperlink, getIsPrintable, getLine, getLocked, getName, getParent, getParentGroup, getPictureFormat, getPlacement, getRotation, getTextFrame, getThreeD, getTitle, getTopLeftCell, getType, getVisible, getZOrderPosition, setAutoShapeType, setFormula, setIsPrintable, setLocked, setName, setPlacement, setRotation, setTitle, setVisible, toImage, toImage, toImage, toImage, toJson, ungroup, zOrder
-
Method Details
-
getTransparency
double getTransparency()Gets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear). -
setTransparency
void setTransparency(double value) Sets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear). -
getBackgroundImageLayout
ImageLayout getBackgroundImageLayout()Gets a value that describes how an Image should be stretched to fill the destination rectangle. -
setBackgroundImageLayout
Sets a value that describes how an Image should be stretched to fill the destination rectangle. -
getCornerRadius
int getCornerRadius()Gets a value that describes how rounded the corners are on a rectangular die-cut, in pixels. -
setCornerRadius
void setCornerRadius(int value) Sets a value that describes how rounded the corners are on a rectangular die-cut, in pixels.
-