xlspicturescollection-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.collections
class xlspicturescollection

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

public class xlspicturescollection
extends
implements ipictures

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

xlspicturescollection

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

add

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

add

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

add

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

add

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

add

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

add

public ipictureshape add(int toprow,
                         int leftcolumn,
                         java.awt.image.bufferedimage image,
                         imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
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

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

add

public ipictureshape add(int toprow,
                         int leftcolumn,
                         java.io.inputstream stream,
                         imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
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

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

add

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

public ipictureshape 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
parameters:
toprow - top row of a new picture.
leftcolumn - left column.
bottomrow - bottom row.
rightcolumn - right column.
image - image.
returns:
added picture.

add

public ipictureshape add(int toprow,
                         int leftcolumn,
                         int bottomrow,
                         int rightcolumn,
                         com.spire.ms.system.drawing.image 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

public ipictureshape add(int toprow,
                         int leftcolumn,
                         int bottomrow,
                         int rightcolumn,
                         java.io.inputstream stream)
adds image to the collection.
specified by:
add in interface ipictures
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

public ipictureshape add(int toprow,
                         int leftcolumn,
                         int bottomrow,
                         int rightcolumn,
                         java.io.inputstream stream,
                         imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
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

public ipictureshape add(int toprow,
                         int leftcolumn,
                         int bottomrow,
                         int rightcolumn,
                         java.lang.string filename)
adds image to the collection.
specified by:
add in interface ipictures
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

public ipictureshape 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
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

public ipictureshape 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
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 ipictureshape 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
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

public ipictureshape add(int toprow,
                         int leftcolumn,
                         com.spire.ms.system.io.stream 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

public ipictureshape add(int toprow,
                         int leftcolumn,
                         java.io.inputstream stream,
                         int scalewidth,
                         int scaleheight,
                         imageformattype imageformat)
adds image to the collection.
specified by:
add in interface ipictures
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

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

public ipictureshape 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
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.


网站地图