|
|||||||||
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
public class xlspicturescollection
constructor summary | |
---|---|
xlspicturescollection(java.lang.object parent)
|
method summary | |
---|---|
ipictureshape |
add(java.awt.image.bufferedimage image,
java.lang.string picturename)
adds picture to the collection. |
ipictureshape |
add(java.awt.image.bufferedimage image,
java.lang.string picturename,
imageformattype imageformat)
adds picture to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image,
int scalewidth,
int scaleheight)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image,
int scalewidth,
int scaleheight,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.io.inputstream stream)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.io.inputstream stream,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.io.inputstream stream,
int scalewidth,
int scaleheight,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.awt.image.bufferedimage image)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
com.spire.ms.system.drawing.image image,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.io.inputstream stream)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.io.inputstream stream,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.lang.string filename)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.lang.string filename,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
com.spire.ms.system.io.stream stream,
int scalewidth,
int scaleheight)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.lang.string filename)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.lang.string filename,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.lang.string filename,
int scalewidth,
int scaleheight)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.lang.string filename,
int scalewidth,
int scaleheight,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(java.lang.string strfilename)
adds picture from the specified file. |
ipictureshape |
add(java.lang.string strfilename,
imageformattype imageformat)
adds picture from the specified file. |
methods inherited from interface com.spire.xls.core.ipictures |
---|
add, add, get, getcount |
constructor detail |
---|
public xlspicturescollection(java.lang.object parent)
method detail |
---|
public ipictureshape add(java.awt.image.bufferedimage image, java.lang.string picturename)
add
in interface ipictures
image
- picture to add.picturename
- picture name.
public ipictureshape add(java.awt.image.bufferedimage image, java.lang.string picturename, imageformattype imageformat)
add
in interface ipictures
image
- picture to add.picturename
- picture name.imageformat
- image format to use for picture storing.
public ipictureshape add(java.lang.string strfilename)
add
in interface ipictures
strfilename
- picture file name.
public ipictureshape add(java.lang.string strfilename, imageformattype imageformat)
add
in interface ipictures
strfilename
- picture file name.imageformat
- image format to use for picture storing.
public ipictureshape add(int toprow, int leftcolumn, java.awt.image.bufferedimage image)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.image
- image.
public ipictureshape add(int toprow, int leftcolumn, java.awt.image.bufferedimage image, imageformattype imageformat)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.image
- image to add.imageformat
- image format to use for picture storing.
public ipictureshape add(int toprow, int leftcolumn, java.io.inputstream stream)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.stream
- stream with the picture.
public ipictureshape add(int toprow, int leftcolumn, java.io.inputstream stream, imageformattype imageformat)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.stream
- stream with the picture.imageformat
- image format to use for picture storing.
public ipictureshape add(int toprow, int leftcolumn, java.lang.string filename)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.filename
- name of the shape.
public ipictureshape add(int toprow, int leftcolumn, java.lang.string filename, imageformattype imageformat)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.filename
- name of the shape.imageformat
- image format to use for picture storing.
public ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.awt.image.bufferedimage image)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.image
- image.
public ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, com.spire.ms.system.drawing.image image, imageformattype imageformat)
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.image
- image to add.imageformat
- image format to use for picture storing.
public ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.io.inputstream stream)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.stream
- stream with the picture.
public ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.io.inputstream stream, imageformattype imageformat)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.stream
- stream with the picture.imageformat
- image format to use for picture storing.
public ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.lang.string filename)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.filename
- name of the shape.
public ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.lang.string filename, imageformattype imageformat)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.filename
- name of the shape.imageformat
- image format to use for picture storing.
public ipictureshape add(int toprow, int leftcolumn, java.awt.image.bufferedimage image, int scalewidth, int scaleheight)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.image
- image.scalewidth
- width scale in percents.scaleheight
- height scale in percents.
public ipictureshape add(int toprow, int leftcolumn, java.awt.image.bufferedimage image, int scalewidth, int scaleheight, imageformattype imageformat)
add
in interface ipictures
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 to use for picture storing.
public ipictureshape add(int toprow, int leftcolumn, com.spire.ms.system.io.stream stream, int scalewidth, int scaleheight)
toprow
- top row of a new picture.leftcolumn
- left column.stream
- stream with the picture.scalewidth
- width scale in percents.scaleheight
- height scale in percents.
public ipictureshape add(int toprow, int leftcolumn, java.io.inputstream stream, int scalewidth, int scaleheight, imageformattype imageformat)
add
in interface ipictures
toprow
- top row of a new picture.leftcolumn
- left column.stream
- stream with the picture.scalewidth
- width scale in percents.scaleheight
- height scale in percents.imageformat
- image format to use for picture storing.
public ipictureshape add(int toprow, int leftcolumn, java.lang.string filename, int scalewidth, int scaleheight)
add
in interface ipictures
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.
public ipictureshape add(int toprow, int leftcolumn, java.lang.string filename, int scalewidth, int scaleheight, imageformattype imageformat)
add
in interface ipictures
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 |