| Package | Description |
|---|---|
| pl.jsolve.templ4docx.variable |
| Modifier and Type | Method and Description |
|---|---|
static ImageType |
ImageType.findImageTypeForPath(String filePath) |
ImageType |
ImageVariable.getImageType() |
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.
|
| Constructor and Description |
|---|
ImageVariable(String key,
File imageFile,
ImageType imageType,
int width,
int height) |
ImageVariable(String key,
InputStream imageStream,
ImageType imageType,
int width,
int height) |
ImageVariable(String key,
String imagePath,
ImageType imageType,
int width,
int height) |
Copyright © 2016 jsolve. All rights reserved.