Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
ExcelPictureFormat |
ExcelWorksheet.getBackgroundPictureFormat()
Gets the worksheet background picture format.
|
ExcelPictureFormat |
ExcelPicture.getPictureFormat()
Gets the picture format.
|
ExcelPictureFormat |
ExcelEmbeddedObject.getPictureFormat()
Deprecated.
This method is internal and should not be used.
|
static ExcelPictureFormat |
ExcelPicture.getPictureFormat(InputStream stream)
Deprecated.
This method is internal and should not be used.
|
static ExcelPictureFormat |
ExcelPicture.getPictureFormat(String picturePath,
boolean throwError)
Deprecated.
This method is internal and should not be used.
|
static ExcelPictureFormat |
ExcelPictureFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelPictureFormat[] |
ExcelPictureFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<ExcelPictureFormat> |
ExcelPicture.getPictureFormatFromExtension(String extension)
Deprecated.
This method is internal and should not be used.
|
static Optional<ExcelPictureFormat> |
ExcelPicture.tryGetPictureFormat(String picturePath)
Deprecated.
This method is internal and should not be used.
|
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.
|
HeaderFooterSection |
HeaderFooterSection.appendPicture(InputStream pictureStream,
ExcelPictureFormat imageFormat)
Appends picture to this
HeaderFooterSection instance. |
HeaderFooterSection |
HeaderFooterSection.appendPicture(InputStream pictureStream,
ExcelPictureFormat imageFormat,
int width,
int height)
Appends picture to this
HeaderFooterSection instance. |
static ExcelPicture |
ExcelPicture.create(com.gembox.spreadsheet.internal.objects.ExcelObjectSource source,
ExcelPictureFormat pictureFormat)
Deprecated.
This method is internal and should not be used.
|
static String |
ExcelPicture.getPictureExtension(ExcelPictureFormat pictureFormat)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelWorksheet.setBackgroundPicture(InputStream pictureStream,
ExcelPictureFormat pictureFormat)
Sets the worksheet background picture.
|
void |
ExcelWorksheet.setBackgroundPictureFormat(ExcelPictureFormat backgroundPictureFormat)
Deprecated.
This method is internal and should not be used.
|
HeaderFooterSection |
HeaderFooterSection.setPicture(com.gembox.internal.core.io.MovableByteArrayInputStream pictureStream,
ExcelPictureFormat imageFormat,
int width,
int height)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelEmbeddedObject.setPictureFormat(ExcelPictureFormat pictureFormat)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
com.gembox.internal.core.io.MovableByteArrayInputStream |
HeaderFooterSection.getPicture(com.gembox.internal.core.OutObject<ExcelPictureFormat> pictureFormat,
com.gembox.internal.core.OutObject<Integer> width,
com.gembox.internal.core.OutObject<Integer> height)
Deprecated.
This method is internal and should not be used.
|
© GemBox Ltd. — All rights reserved.