|
|||||||||
| 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.CollectionExtended
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 IPicturesimage - Picture to add.pictureName - Picture name.
public IPictureShape add(java.awt.image.BufferedImage image,
java.lang.String pictureName,
ImageFormatType imageFormat)
add in interface IPicturesimage - Picture to add.pictureName - Picture name.imageFormat - Image format to use for picture storing.
public IPictureShape add(java.lang.String strFileName)
add in interface IPicturesstrFileName - Picture file name.
public IPictureShape add(java.lang.String strFileName,
ImageFormatType imageFormat)
add in interface IPicturesstrFileName - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 IPicturestopRow - 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 | ||||||||