Interface IPictures
- Namespace
- Spire.Xls.Core
- Assembly
- Spire.XLS.dll
public interface IPictures : IExcelApplication, IEnumerable
- Inherited Members
-
Properties
Count
Property Value
- int
this[int]
IPictureShape this[int Index] { get; }
Parameters
Index
int
Property Value
- IPictureShape
Methods
Add(Stream, string)
IPictureShape Add(Stream image, string pictureName)
Parameters
image
Stream
pictureName
string
Returns
- IPictureShape
IPictureShape Add(Stream image, string pictureName, ImageFormatType imageFormat)
Parameters
image
Stream
pictureName
string
imageFormat
ImageFormatType
Returns
- IPictureShape
Add(int, int, Stream)
IPictureShape Add(int topRow, int leftColumn, Stream stream)
Parameters
topRow
int
leftColumn
int
stream
Stream
Returns
- IPictureShape
IPictureShape Add(int topRow, int leftColumn, Stream stream, ImageFormatType imageFormat)
Parameters
topRow
int
leftColumn
int
stream
Stream
imageFormat
ImageFormatType
Returns
- IPictureShape
Add(int, int, Stream, int, int)
IPictureShape Add(int topRow, int leftColumn, Stream stream, int scaleWidth, int scaleHeight)
Parameters
topRow
int
leftColumn
int
stream
Stream
scaleWidth
int
scaleHeight
int
Returns
- IPictureShape
IPictureShape Add(int topRow, int leftColumn, Stream stream, int scaleWidth, int scaleHeight, ImageFormatType imageFormat)
Parameters
topRow
int
leftColumn
int
stream
Stream
scaleWidth
int
scaleHeight
int
imageFormat
ImageFormatType
Returns
- IPictureShape
Add(int, int, int, int, Stream)
IPictureShape Add(int topRow, int leftColumn, int bottomRow, int rightColumn, Stream stream)
Parameters
topRow
int
leftColumn
int
bottomRow
int
rightColumn
int
stream
Stream
Returns
- IPictureShape
IPictureShape Add(int topRow, int leftColumn, int bottomRow, int rightColumn, Stream stream, ImageFormatType imageFormat)
Parameters
topRow
int
leftColumn
int
bottomRow
int
rightColumn
int
stream
Stream
imageFormat
ImageFormatType
Returns
- IPictureShape
Add(int, int, int, int, string)
IPictureShape Add(int topRow, int leftColumn, int bottomRow, int rightColumn, string fileName)
Parameters
topRow
int
leftColumn
int
bottomRow
int
rightColumn
int
fileName
string
Returns
- IPictureShape
IPictureShape Add(int topRow, int leftColumn, int bottomRow, int rightColumn, string fileName, ImageFormatType imageFormat)
Parameters
topRow
int
leftColumn
int
bottomRow
int
rightColumn
int
fileName
string
imageFormat
ImageFormatType
Returns
- IPictureShape
Add(int, int, string)
IPictureShape Add(int topRow, int leftColumn, string fileName)
Parameters
topRow
int
leftColumn
int
fileName
string
Returns
- IPictureShape
IPictureShape Add(int topRow, int leftColumn, string fileName, ImageFormatType imageFormat)
Parameters
topRow
int
leftColumn
int
fileName
string
imageFormat
ImageFormatType
Returns
- IPictureShape
Add(int, int, string, int, int)
IPictureShape Add(int topRow, int leftColumn, string fileName, int scaleWidth, int scaleHeight)
Parameters
topRow
int
leftColumn
int
fileName
string
scaleWidth
int
scaleHeight
int
Returns
- IPictureShape
IPictureShape Add(int topRow, int leftColumn, string fileName, int scaleWidth, int scaleHeight, ImageFormatType imageFormat)
Parameters
topRow
int
leftColumn
int
fileName
string
scaleWidth
int
scaleHeight
int
imageFormat
ImageFormatType
Returns
- IPictureShape
Add(string)
IPictureShape Add(string strFileName)
Parameters
strFileName
string
Returns
- IPictureShape
IPictureShape Add(string strFileName, ImageFormatType imageFormat)
Parameters
strFileName
string
imageFormat
ImageFormatType
Returns
- IPictureShape