picturescollection-ag凯发旗舰厅



com.spire.xls.collections
class picturescollection

java.lang.object
  extended by com.spire.ms.system.collections.collectionbase
      extended by 
          extended by com.spire.xls.core.spreadsheet.collections.xlspicturescollection
              extended by com.spire.xls.collections.picturescollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, ipictures, java.lang.iterable

public class picturescollection
extends xlspicturescollection

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

picturescollection

public picturescollection(java.lang.object parent)
method detail

get

public excelpicture get(int index)
gets a excel picture item.
specified by:
get in interface ipictures
overrides:
get in class xlspicturescollection
parameters:
index -
returns:

add

public excelpicture add(java.awt.image.bufferedimage image,
                        java.lang.string picturename)
adds picture to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
image - picture to add.
picturename - picture name.
returns:

add

public excelpicture add(java.awt.image.bufferedimage image,
                        java.lang.string picturename,
                        imageformattype imageformat)
adds picture to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
image - picture to add.
picturename - picture name.
imageformat - image format.
returns:
added picture.

add

public excelpicture add(java.lang.string filename)
adds picture from the specified file.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
filename - file name.
returns:
added picture.

add

public excelpicture add(java.lang.string filename,
                        imageformattype imageformat)
adds picture from the specified file.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
filename - file name.
imageformat - image format.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.awt.image.bufferedimage image)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
image - image.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.awt.image.bufferedimage image,
                        imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
image - image to add.
imageformat - image format.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.io.inputstream inputstream)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
inputstream - stream object.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.io.inputstream inputstream,
                        imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
inputstream - stream with the picture.
imageformat - image format.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.lang.string filename)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
filename - file name.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.lang.string filename,
                        imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
filename - file name.
imageformat - image format.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        int bottomrow,
                        int rightcolumn,
                        java.awt.image.bufferedimage image)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
bottomrow - bottom row.
rightcolumn - right column.
image - image object.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        int bottomrow,
                        int rightcolumn,
                        java.awt.image.bufferedimage image,
                        imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
bottomrow - bottom row.
rightcolumn - right column.
image - image to add.
imageformat - image format.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        int bottomrow,
                        int rightcolumn,
                        java.io.inputstream inputstream)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
bottomrow - bottom row.
rightcolumn - right column.
inputstream - stream.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        int bottomrow,
                        int rightcolumn,
                        java.io.inputstream inputstream,
                        imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
bottomrow - bottom row.
rightcolumn - right column.
inputstream - stream with the picture.
imageformat - image format.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        int bottomrow,
                        int rightcolumn,
                        java.lang.string filename)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
bottomrow - bottom row.
rightcolumn - right column.
filename - file name.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        int bottomrow,
                        int rightcolumn,
                        java.lang.string filename,
                        imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
bottomrow - bottom row.
rightcolumn - right column.
filename - file name.
imageformat - image format.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.awt.image.bufferedimage image,
                        int scalewidth,
                        int scaleheight)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
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

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.awt.image.bufferedimage image,
                        int scalewidth,
                        int scaleheight,
                        imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
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.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.io.inputstream inputstream,
                        int scalewidth,
                        int scaleheight)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
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.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.io.inputstream inputstream,
                        int scalewidth,
                        int scaleheight,
                        imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
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.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.lang.string filename,
                        int scalewidth,
                        int scaleheight)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
filename - file name.
scalewidth - width scale in percents.
scaleheight - height scale in percents.
returns:
added picture.

add

public excelpicture add(int toprow,
                        int leftcolumn,
                        java.lang.string filename,
                        int scalewidth,
                        int scaleheight,
                        imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
overrides:
add in class xlspicturescollection
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.


网站地图