Uses of Class
org.apache.poi.xwpf.usermodel.XWPFPictureData
Packages that use XWPFPictureData
-
Uses of XWPFPictureData in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFPictureDataModifier and TypeFieldDescriptionprotected Map
<Long, List<XWPFPictureData>> XWPFDocument.packagePictures
protected List
<XWPFPictureData> XWPFDocument.pictures
Methods in org.apache.poi.xwpf.usermodel that return XWPFPictureDataModifier and TypeMethodDescriptionXWPFPicture.getPictureData()
Get the PictureData of the Picture, if present.XWPFDocument.getPictureDataByID
(String blipID) returns the PictureData by blipIDXWPFHeaderFooter.getPictureDataByID
(String blipID) returns the PictureData by blipIDMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFPictureDataModifier and TypeMethodDescriptionXWPFDocument.getAllPackagePictures()
XWPFHeaderFooter.getAllPackagePictures()
get all Pictures in this packageXWPFDocument.getAllPictures()
Returns all Pictures, which are referenced from the document itself.XWPFHeaderFooter.getAllPictures()
XWPFAbstractFootnoteEndnote.getPictures()
Gets the list ofXWPFPictureData
s in the footnote.