Package org.apache.poi.xwpf.usermodel
Class XWPFPicture
java.lang.Object
org.apache.poi.xwpf.usermodel.XWPFPicture
- Author:
- Philipp Epp
-
Constructor Summary
ConstructorsConstructorDescriptionXWPFPicture
(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture ctPic, XWPFRun run) -
Method Summary
Modifier and TypeMethodDescriptionorg.openxmlformats.schemas.drawingml.x2006.picture.CTPicture
Return the underlying CTPicture bean that holds all properties for this pictureGet the PictureData of the Picture, if present.void
Link Picture with PictureData
-
Constructor Details
-
XWPFPicture
-
-
Method Details
-
setPictureReference
Link Picture with PictureData- Parameters:
rel
-
-
getCTPicture
public org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture getCTPicture()Return the underlying CTPicture bean that holds all properties for this picture- Returns:
- the underlying CTPicture bean
-
getPictureData
Get the PictureData of the Picture, if present. Note - not all kinds of picture have data -
getDescription
-