Uses of Class
org.apache.poi.xwpf.usermodel.XWPFPicture
-
Packages that use XWPFPicture Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFPicture in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFPicture Modifier and Type Method Description XWPFPictureXWPFRun. addPicture(InputStream pictureData, int pictureType, String filename, int width, int height)Adds a picture to the run.XWPFPictureXWPFRun. addPicture(InputStream pictureData, PictureType pictureType, String filename, int width, int height)Adds a picture to the run.Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFPicture Modifier and Type Method Description List<XWPFPicture>XWPFRun. getEmbeddedPictures()Returns the embedded pictures of the run.
-