Class Image
java.lang.Object
org.wickedsource.docxstamper.replace.typeresolver.image.Image
This class describes an image which will be inserted into document.
- Version:
- 1.6.6
- Author:
- Joseph Verron
-
Constructor Summary
ConstructorsConstructorDescriptionImage(byte[] imageBytes) Constructor for Image.Constructor for Image.Image(InputStream in) Constructor for Image.Image(InputStream in, Integer maxWidth) Constructor for Image. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Getter for the fieldimageBytes.Getter for the fieldmaxWidth.
-
Constructor Details
-
Image
Constructor for Image.
- Parameters:
in- - content of the image as InputStream- Throws:
IOException- if any.
-
Image
Constructor for Image.
- Parameters:
in- - content of the image as InputStreammaxWidth- - max width of the image in twip- Throws:
IOException- if any.
-
Image
public Image(byte[] imageBytes) Constructor for Image.
- Parameters:
imageBytes- - content of the image as array of the bytes
-
Image
Constructor for Image.
- Parameters:
imageBytes- - content of the image as array of the bytesmaxWidth- - max width of the image in twip
-
-
Method Details
-
getMaxWidth
Getter for the field
maxWidth.- Returns:
- a
Integerobject
-
getImageBytes
public byte[] getImageBytes()Getter for the field
imageBytes.- Returns:
- an array of
objects
invalid reference
byte
-