[]
Iterable<IBackgroundPicture>
IBackgroundPicture
objects on the specified sheet.addPicture(InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
addPicture(String filename,
double left,
double top,
double width,
double height)
addPictureInPixel(InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
addPictureInPixel(String filename,
double left,
double top,
double width,
double height)
get(int index)
int
getCount()
forEach, iterator, spliterator
index
- Required int. The index number for the object.name
- Required string. The name for the object.IBackgroundPicture
objectthat represents the new background picture.filename
- The file from which the object is to be createdleft
- The position (in points) of the upper-left corner of the destination rectanglerelative to the upper-left corner of the document.top
- The position (in points) of the upper-left corner of the destination rectanglerelative to the top of the document.width
- The width of the destination rectangle, in points.height
- The height of the destination rectangle, in points.IBackgroundPicture
The object.IOException
IBackgroundPicture
objectthat represents the new background picture.stream
- The stream from which the object is to be created.type
- Specifies the type of background picture to create.left
- The position (in points) of the upper-left corner of the destination rectanglerelative to the upper-left corner of the document.top
- The position (in points) of the upper-left corner of the destination rectanglerelative to the top of the document.width
- The width of the destination rectangle, in points.height
- The height of the destination rectangle, in points.IBackgroundPicture
The object.IOException
IBackgroundPicture
objectthat represents the new background picture.filename
- The file from which the object is to be createdleft
- The position (in pixels) of the upper-left corner of the destination rectanglerelative to the upper-left corner of the document.top
- The position (in pixels) of the upper-left corner of the destination rectanglerelative to the top of the document.width
- The width of the destination rectangle, in pixels.height
- The height of the destination rectangle, in pixels.IBackgroundPicture
object.IOException
IBackgroundPicture
objectthat represents the new background picture.stream
- The stream from which the object is to be created.type
- Specifies the type of picture to create.left
- The position (in points) of the upper-left corner of the destination rectanglerelative to the upper-left corner of the document.top
- The position (in points) of the upper-left corner of the destination rectanglerelative to the top of the document.width
- The width of the destination rectangle, in points.height
- The height of the destination rectangle, in points.IShape
object.IOException