ipictures-ag凯发旗舰厅



com.spire.xls.core
interface ipictures

all superinterfaces:
java.lang.iterable
all known implementing classes:
picturescollection, xlspicturescollection

public interface ipictures
extends java.lang.iterable

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)
          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, java.awt.image.bufferedimage 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, 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.
 ipictureshape get(int index)
          returns a single object from a collection.
 int getcount()
          returns the number of objects in the collection.
 
method detail

getcount

int getcount()
returns the number of objects in the collection. read-only long.

get

ipictureshape get(int index)
returns a single object from a collection.

add

ipictureshape add(java.awt.image.bufferedimage image,
                  java.lang.string picturename)
adds picture to the collection.
parameters:
image - picture to add.
picturename - picture name.
returns:
added picture.

add

ipictureshape add(java.awt.image.bufferedimage image,
                  java.lang.string picturename,
                  imageformattype imageformat)
adds picture to the collection.
parameters:
image - picture to add.
picturename - picture name.
imageformat - image format to use for picture storing.
returns:
added picture.

add

ipictureshape add(java.lang.string strfilename)
adds picture from the specified file.
parameters:
strfilename - picture file name.
returns:
added picture.

add

ipictureshape add(java.lang.string strfilename,
                  imageformattype imageformat)
adds picture from the specified file.
parameters:
strfilename - picture file name.
imageformat - image format to use for picture storing.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.awt.image.bufferedimage image)
adds image to the collection.
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
image - image.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.awt.image.bufferedimage image,
                  imageformattype imageformat)
adds image to the collection.
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
image - image to add.
imageformat - image format to use for picture storing.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.io.inputstream stream)
adds image to the collection.
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
stream - stream with the picture.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.io.inputstream stream,
                  imageformattype imageformat)
adds image to the collection.
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
stream - stream with the picture.
imageformat - image format to use for picture storing.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.lang.string filename)
adds image to the collection.
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
filename - name of the shape.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.lang.string filename,
                  imageformattype imageformat)
adds image to the collection.
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
filename - name of the shape.
imageformat - image format to use for picture storing.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  int bottomrow,
                  int rightcolumn,
                  java.awt.image.bufferedimage image)
adds image to the collection.
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
bottomrow - bottom row.
rightcolumn - right column.
image - image.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  int bottomrow,
                  int rightcolumn,
                  java.awt.image.bufferedimage image,
                  imageformattype imageformat)
adds image to the collection.
parameters:
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.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  int bottomrow,
                  int rightcolumn,
                  java.io.inputstream stream)
adds image to the collection.
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
bottomrow - bottom row.
rightcolumn - right column.
stream - stream with the picture.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  int bottomrow,
                  int rightcolumn,
                  java.io.inputstream stream,
                  imageformattype imageformat)
adds image to the collection.
parameters:
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.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  int bottomrow,
                  int rightcolumn,
                  java.lang.string filename)
adds image to the collection.
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
bottomrow - bottom row.
rightcolumn - right column.
filename - name of the shape.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  int bottomrow,
                  int rightcolumn,
                  java.lang.string filename,
                  imageformattype imageformat)
adds image to the collection.
parameters:
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.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.awt.image.bufferedimage image,
                  int scalewidth,
                  int scaleheight)
adds image to the collection.
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
image - image.
scalewidth - width scale in percents.
scaleheight - height scale in percents.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.awt.image.bufferedimage image,
                  int scalewidth,
                  int scaleheight,
                  imageformattype imageformat)
adds image to the collection.
parameters:
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.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.io.inputstream stream,
                  int scalewidth,
                  int scaleheight)
adds image to the collection.
parameters:
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.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.io.inputstream stream,
                  int scalewidth,
                  int scaleheight,
                  imageformattype imageformat)
adds image to the collection.
parameters:
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.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.lang.string filename,
                  int scalewidth,
                  int scaleheight)
adds image to the collection.
parameters:
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.
returns:
added picture.

add

ipictureshape add(int toprow,
                  int leftcolumn,
                  java.lang.string filename,
                  int scalewidth,
                  int scaleheight,
                  imageformattype imageformat)
adds image to the collection.
parameters:
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.
returns:
added picture.


网站地图