| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
IBackgroundPicture |
IBackgroundPictures.addPicture(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a background picture from an existing stream.
|
IBackgroundPicture |
IBackgroundPictures.addPicture(java.lang.String filename,
double left,
double top,
double width,
double height)
Creates a background picture from an existing file.
|
IBackgroundPicture |
IBackgroundPictures.addPictureInPixel(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a background picture from an existing stream.
|
IBackgroundPicture |
IBackgroundPictures.addPictureInPixel(java.lang.String filename,
double left,
double top,
double width,
double height)
Creates a background picture from an existing file.
|
IBackgroundPicture |
IBackgroundPictures.get(int index)
Returns a single object from a collection.
|
IBackgroundPicture |
IBackgroundPictures.get(java.lang.String name)
Returns a single object from a collection.
|