Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
ExcelPicture |
ExcelPictureCollection.add(InputStream pictureStream,
ExcelPictureFormat pictureFormat,
AnchorCell positionFrom,
AnchorCell positionTo)
Adds a new picture to the worksheet which moves and sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(InputStream pictureStream,
ExcelPictureFormat pictureFormat,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(InputStream pictureStream,
ExcelPictureFormat pictureFormat,
double left,
double top,
double width,
double height,
LengthUnit unit)
Adds a new picture to the worksheet which doesn't move nor sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(InputStream pictureStream,
ExcelPictureFormat pictureFormat,
String positionFromCell,
double width,
double height,
LengthUnit unit)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(InputStream pictureStream,
ExcelPictureFormat pictureFormat,
String positionFromCell,
String positionToCell)
Adds a new picture to the worksheet which moves and sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom,
AnchorCell positionTo)
Adds a new picture to the worksheet which moves and sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom,
AnchorCell positionTo,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves and sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
double left,
double top,
double width,
double height,
LengthUnit unit)
Adds a new picture to the worksheet which doesn't move nor sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
double left,
double top,
double width,
double height,
LengthUnit unit,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which doesn't move nor sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
double left,
double top,
LengthUnit unit)
Adds a new picture to the worksheet which doesn't move nor sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
double left,
double top,
LengthUnit unit,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which doesn't move nor sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
String positionFromCell)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
String positionFromCell,
double width,
double height,
LengthUnit unit)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
String positionFromCell,
double width,
double height,
LengthUnit unit,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
String positionFromCell,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
String positionFromCell,
String positionToCell)
Adds a new picture to the worksheet which moves and sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
String positionFromCell,
String positionToCell,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves and sizes with cells.
|
static ExcelPicture |
ExcelPicture.create(com.gembox.spreadsheet.internal.objects.ExcelObjectSource source,
ExcelPictureFormat pictureFormat)
Deprecated.
This method is internal and should not be used.
|
ExcelPicture |
ExcelPicture.setPositioningMode(PositioningMode positioningMode)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.