| Package | Description |
|---|---|
| com.grapecity.documents.excel | |
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
ImageType |
ImageSource.getType()
Gets the type of the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IGraphic.setGraphicStream(java.io.InputStream stream,
ImageType imageType)
Sets the
Stream to the location where the specified source object was
saved. |
void |
IWorksheet.toImage(java.io.OutputStream stream,
ImageType imageType)
Saves the sheet to the specified image file.
|
void |
IRange.toImage(java.io.OutputStream stream,
ImageType imageType)
Saves the range to the specified image file.
|
| Constructor and Description |
|---|
ImageSource(java.io.InputStream stream,
ImageType type)
Specifies the normal construct method.
|
| Modifier and Type | Method and Description |
|---|---|
ImageType |
IPictureFormat.getType()
Gets the type of the specified picture.
|
ImageType |
IPictureFormat.getType()
Gets the type of the specified picture.
|
static ImageType |
ImageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageType |
ImageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageType[] |
ImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ImageType[] |
ImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IShape |
IChart.addPicture(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
IShape |
IShapes.addPicture(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
IBackgroundPicture |
IBackgroundPictures.addPicture(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a background picture from an existing stream.
|
IShape |
IShapes.addPicture(java.lang.String name,
java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
IShape |
IChart.addPictureInPixel(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
IShape |
IShapes.addPictureInPixel(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
IBackgroundPicture |
IBackgroundPictures.addPictureInPixel(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a background picture from an existing stream.
|
IShape |
IShapes.addPictureInPixel(java.lang.String name,
java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
void |
IShape.toImage(java.io.OutputStream stream,
ImageType imageType)
Saves the shape to the specified image stream.
|
void |
IFillFormat.userPicture(java.io.InputStream stream,
ImageType type)
Fills the specified shape with an image.
|
void |
IFillFormat.userPicture(java.io.InputStream stream,
ImageType type)
Fills the specified shape with an image.
|
void |
IFillFormat.userTextured(java.io.InputStream stream,
ImageType type)
Fills the specified shape with small tiles of an image.
|
void |
IFillFormat.userTextured(java.io.InputStream stream,
ImageType type)
Fills the specified shape with small tiles of an image.
|