Uses of Class
org.apache.poi.xwpf.usermodel.XWPFPictureData
-
Packages that use XWPFPictureData Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFPictureData in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFPictureData Modifier and Type Field Description protected Map<Long,List<XWPFPictureData>>XWPFDocument. packagePicturesprotected List<XWPFPictureData>XWPFDocument. picturesMethods in org.apache.poi.xwpf.usermodel that return XWPFPictureData Modifier and Type Method Description XWPFPictureDataXWPFPicture. getPictureData()Get the PictureData of the Picture, if present.XWPFPictureDataXWPFDocument. getPictureDataByID(String blipID)returns the PictureData by blipIDXWPFPictureDataXWPFHeaderFooter. getPictureDataByID(String blipID)returns the PictureData by blipIDMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFPictureData Modifier and Type Method Description List<XWPFPictureData>XWPFDocument. getAllPackagePictures()List<XWPFPictureData>XWPFHeaderFooter. getAllPackagePictures()get all Pictures in this packageList<XWPFPictureData>XWPFComments. getAllPictures()List<XWPFPictureData>XWPFDocument. getAllPictures()Returns all Pictures, which are referenced from the document itself.List<XWPFPictureData>XWPFHeaderFooter. getAllPictures()List<XWPFPictureData>XWPFAbstractFootnoteEndnote. getPictures()Gets the list ofXWPFPictureDatas in the footnote.
-