|
|||||||||
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
com.spire.xls.collections.PicturesCollection
public class PicturesCollection
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 |
---|
public PicturesCollection(java.lang.Object parent)
Method Detail |
---|
public ExcelPicture get(int Index)
get
in interface IPictures
get
in class XlsPicturesCollection
Index
-
public ExcelPicture add(java.awt.image.BufferedImage image, java.lang.String pictureName)
add
in interface IPictures
add
in class XlsPicturesCollection
image
- Picture to add.pictureName
- Picture name.
public ExcelPicture add(java.awt.image.BufferedImage image, java.lang.String pictureName, ImageFormatType imageFormat)
add
in interface IPictures
add
in class XlsPicturesCollection
image
- Picture to add.pictureName
- Picture name.imageFormat
- Image format.
public ExcelPicture add(java.lang.String fileName)
add
in interface IPictures
add
in class XlsPicturesCollection
fileName
- File name.
public ExcelPicture add(java.lang.String fileName, ImageFormatType imageFormat)
add
in interface IPictures
add
in class XlsPicturesCollection
fileName
- File name.imageFormat
- Image format.
public ExcelPicture add(int topRow, int leftColumn, java.awt.image.BufferedImage image)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.image
- Image.
public ExcelPicture add(int topRow, int leftColumn, java.awt.image.BufferedImage image, ImageFormatType imageFormat)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.image
- Image to add.imageFormat
- Image format.
public ExcelPicture add(int topRow, int leftColumn, java.io.InputStream inputStream)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.inputStream
- Stream object.
public ExcelPicture add(int topRow, int leftColumn, java.io.InputStream inputStream, ImageFormatType imageFormat)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.inputStream
- Stream with the picture.imageFormat
- Image format.
public ExcelPicture add(int topRow, int leftColumn, java.lang.String fileName)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.fileName
- File name.
public ExcelPicture add(int topRow, int leftColumn, java.lang.String fileName, ImageFormatType imageFormat)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.fileName
- File name.imageFormat
- Image format.
public ExcelPicture add(int topRow, int leftColumn, int bottomRow, int rightColumn, java.awt.image.BufferedImage image)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.bottomRow
- Bottom row.rightColumn
- Right column.image
- Image object.
public ExcelPicture add(int topRow, int leftColumn, int bottomRow, int rightColumn, java.awt.image.BufferedImage image, ImageFormatType imageFormat)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.bottomRow
- Bottom row.rightColumn
- Right column.image
- Image to add.imageFormat
- Image format.
public ExcelPicture add(int topRow, int leftColumn, int bottomRow, int rightColumn, java.io.InputStream inputStream)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.bottomRow
- Bottom row.rightColumn
- Right column.inputStream
- Stream.
public ExcelPicture add(int topRow, int leftColumn, int bottomRow, int rightColumn, java.io.InputStream inputStream, ImageFormatType imageFormat)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.bottomRow
- Bottom row.rightColumn
- Right column.inputStream
- Stream with the picture.imageFormat
- Image format.
public ExcelPicture add(int topRow, int leftColumn, int bottomRow, int rightColumn, java.lang.String fileName)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.bottomRow
- Bottom row.rightColumn
- Right column.fileName
- File name.
public ExcelPicture add(int topRow, int leftColumn, int bottomRow, int rightColumn, java.lang.String fileName, ImageFormatType imageFormat)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.bottomRow
- Bottom row.rightColumn
- Right column.fileName
- File name.imageFormat
- Image format.
public ExcelPicture add(int topRow, int leftColumn, java.awt.image.BufferedImage image, int scaleWidth, int scaleHeight)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.image
- Image.scaleWidth
- Width scale in percents.scaleHeight
- Height scale in percents.
public ExcelPicture add(int topRow, int leftColumn, java.awt.image.BufferedImage image, int scaleWidth, int scaleHeight, ImageFormatType imageFormat)
add
in interface IPictures
add
in class XlsPicturesCollection
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.
public ExcelPicture add(int topRow, int leftColumn, java.io.InputStream inputStream, int scaleWidth, int scaleHeight)
add
in interface IPictures
add
in class XlsPicturesCollection
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.
public ExcelPicture add(int topRow, int leftColumn, java.io.InputStream inputStream, int scaleWidth, int scaleHeight, ImageFormatType imageFormat)
add
in interface IPictures
add
in class XlsPicturesCollection
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.
public ExcelPicture add(int topRow, int leftColumn, java.lang.String fileName, int scaleWidth, int scaleHeight)
add
in interface IPictures
add
in class XlsPicturesCollection
topRow
- Top row of a new picture.leftColumn
- Left column.fileName
- File name.scaleWidth
- Width scale in percents.scaleHeight
- Height scale in percents.
public ExcelPicture add(int topRow, int leftColumn, java.lang.String fileName, int scaleWidth, int scaleHeight, ImageFormatType imageFormat)
add
in interface IPictures
add
in class XlsPicturesCollection
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 |