Package org.apache.poi.poifs.crypt.dsig
Interface SignatureLine.AddPictureData
-
- Enclosing class:
- SignatureLine
protected static interface SignatureLine.AddPictureData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringaddPictureData(byte[] imageData, PictureType pictureType)Add picture data to the document
-
-
-
Method Detail
-
addPictureData
String addPictureData(byte[] imageData, PictureType pictureType) throws InvalidFormatException
Add picture data to the document- Parameters:
imageData- the image bytespictureType- the picture type - typically PNG- Returns:
- the relation id of the newly add picture
- Throws:
InvalidFormatException
-
-