| Package | Description |
|---|---|
| org.jxls.command | |
| org.jxls.common | |
| org.jxls.transform |
| Modifier and Type | Method and Description |
|---|---|
ImageType |
ImageCommand.getImageType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageCommand.setImageType(ImageType imageType) |
| Constructor and Description |
|---|
ImageCommand(byte[] imageBytes,
ImageType imageType)
Creates the command from the image bytes
|
ImageCommand(String image,
ImageType imageType)
Creates the command from an image in the context
|
| Modifier and Type | Method and Description |
|---|---|
static ImageType |
ImageType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformerDelegator.addImage(AreaRef areaRef,
byte[] imageBytes,
ImageType imageType) |
void |
Transformer.addImage(AreaRef areaRef,
byte[] imageBytes,
ImageType imageType) |
void |
TransformerDelegator.addImage(AreaRef areaRef,
byte[] imageBytes,
ImageType imageType,
Double scaleX,
Double scaleY) |
void |
Transformer.addImage(AreaRef areaRef,
byte[] imageBytes,
ImageType imageType,
Double scaleX,
Double scaleY) |
void |
AbstractTransformer.addImage(AreaRef areaRef,
byte[] imageBytes,
ImageType imageType,
Double scaleX,
Double scaleY) |
Copyright © 2020. All rights reserved.