|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.ms.system.collections.collectionbase
![]()
com.spire.xls.core.spreadsheet.collections.xlspicturescollection
com.spire.xls.collections.picturescollection
public class picturescollection
constructor summary | |
---|---|
picturescollection(java.lang.object parent)
|
method summary | |
---|---|
excelpicture |
add(java.awt.image.bufferedimage image,
java.lang.string picturename)
adds picture to the collection. |
excelpicture |
add(java.awt.image.bufferedimage image,
java.lang.string picturename,
imageformattype imageformat)
adds picture to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image,
imageformattype imageformat)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image,
int scalewidth,
int scaleheight)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image,
int scalewidth,
int scaleheight,
imageformattype imageformat)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.io.inputstream inputstream)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.io.inputstream inputstream,
imageformattype imageformat)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.io.inputstream inputstream,
int scalewidth,
int scaleheight)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.io.inputstream inputstream,
int scalewidth,
int scaleheight,
imageformattype imageformat)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.awt.image.bufferedimage image)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.awt.image.bufferedimage image,
imageformattype imageformat)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.io.inputstream inputstream)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.io.inputstream inputstream,
imageformattype imageformat)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.lang.string filename)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.lang.string filename,
imageformattype imageformat)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.lang.string filename)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.lang.string filename,
imageformattype imageformat)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.lang.string filename,
int scalewidth,
int scaleheight)
adds image to the collection. |
excelpicture |
add(int toprow,
int leftcolumn,
java.lang.string filename,
int scalewidth,
int scaleheight,
imageformattype imageformat)
adds image to the collection. |
excelpicture |
add(java.lang.string filename)
adds picture from the specified file. |
excelpicture |
add(java.lang.string filename,
imageformattype imageformat)
adds picture from the specified file. |
excelpicture |
get(int index)
gets a excel picture item. |
methods inherited from class com.spire.xls.core.spreadsheet.collections.xlspicturescollection |
---|
add, add |
methods inherited from interface com.spire.xls.core.ipictures |
---|
getcount |
constructor detail |
---|
public picturescollection(java.lang.object parent)
method detail |
---|
public excelpicture get(int index)
get
in interface ipictures
get
in class xlspicturescollection
index
-
public excelpicture add(java.awt.image.bufferedimage image, java.lang.string picturename)
add
in interface ipictures
add
in class xlspicturescollection
image
- picture to add.picturename
- picture name.
public excelpicture add(java.awt.image.bufferedimage image, java.lang.string picturename, imageformattype imageformat)
add
in interface ipictures
add
in class xlspicturescollection
image
- picture to add.picturename
- picture name.imageformat
- image format.
public excelpicture add(java.lang.string filename)
add
in interface ipictures
add
in class xlspicturescollection
filename
- file name.
public excelpicture add(java.lang.string filename, imageformattype imageformat)
add
in interface ipictures
add
in class xlspicturescollection
filename
- file name.imageformat
- image format.
public excelpicture add(int toprow, int leftcolumn, java.awt.image.bufferedimage image)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.image
- image.
public excelpicture add(int toprow, int leftcolumn, java.awt.image.bufferedimage image, imageformattype imageformat)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.image
- image to add.imageformat
- image format.
public excelpicture add(int toprow, int leftcolumn, java.io.inputstream inputstream)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.inputstream
- stream object.
public excelpicture add(int toprow, int leftcolumn, java.io.inputstream inputstream, imageformattype imageformat)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.inputstream
- stream with the picture.imageformat
- image format.
public excelpicture add(int toprow, int leftcolumn, java.lang.string filename)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.filename
- file name.
public excelpicture add(int toprow, int leftcolumn, java.lang.string filename, imageformattype imageformat)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.filename
- file name.imageformat
- image format.
public excelpicture add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.awt.image.bufferedimage image)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.image
- image object.
public excelpicture add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.awt.image.bufferedimage image, imageformattype imageformat)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.image
- image to add.imageformat
- image format.
public excelpicture add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.io.inputstream inputstream)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.inputstream
- stream.
public excelpicture add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.io.inputstream inputstream, imageformattype imageformat)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.inputstream
- stream with the picture.imageformat
- image format.
public excelpicture add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.lang.string filename)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.filename
- file name.
public excelpicture add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.lang.string filename, imageformattype imageformat)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.filename
- file name.imageformat
- image format.
public excelpicture add(int toprow, int leftcolumn, java.awt.image.bufferedimage image, int scalewidth, int scaleheight)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.image
- image.scalewidth
- width scale in percents.scaleheight
- height scale in percents.
public excelpicture add(int toprow, int leftcolumn, java.awt.image.bufferedimage image, int scalewidth, int scaleheight, imageformattype imageformat)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.image
- image.scalewidth
- width scale in percents.scaleheight
- height scale in percents.imageformat
- image format.
public excelpicture add(int toprow, int leftcolumn, java.io.inputstream inputstream, int scalewidth, int scaleheight)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.inputstream
- stream with the picture.scalewidth
- width scale in percents.scaleheight
- height scale in percents.
public excelpicture add(int toprow, int leftcolumn, java.io.inputstream inputstream, int scalewidth, int scaleheight, imageformattype imageformat)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.inputstream
- stream with the picture.scalewidth
- width scale in percents.scaleheight
- height scale in percents.imageformat
- image format.
public excelpicture add(int toprow, int leftcolumn, java.lang.string filename, int scalewidth, int scaleheight)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.filename
- file name.scalewidth
- width scale in percents.scaleheight
- height scale in percents.
public excelpicture add(int toprow, int leftcolumn, java.lang.string filename, int scalewidth, int scaleheight, imageformattype imageformat)
add
in interface ipictures
add
in class xlspicturescollection
toprow
- top row of a new picture.leftcolumn
- left column.filename
- name of the shape.scalewidth
- width scale in percents.scaleheight
- height scale in percents.imageformat
- image format to use for picture storing.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |