| Package | Description | 
|---|---|
| org.apache.poi.xwpf.usermodel | 
| Modifier and Type | Method and Description | 
|---|---|
XWPFPicture | 
XWPFRun.addPicture(java.io.InputStream pictureData,
          int pictureType,
          java.lang.String filename,
          int width,
          int height)
Adds a picture to the run. 
 | 
XWPFPicture | 
XWPFRun.addPicture(java.io.InputStream pictureData,
          PictureType pictureType,
          java.lang.String filename,
          int width,
          int height)
Adds a picture to the run. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<XWPFPicture> | 
XWPFRun.getEmbeddedPictures()
Returns the embedded pictures of the run. 
 | 
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.