public class XWPFPicture extends Object
| Constructor and Description |
|---|
XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture ctPic,
XWPFRun run) |
| Modifier and Type | Method and Description |
|---|---|
org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture |
getCTPicture()
Return the underlying CTPicture bean that holds all properties for this picture
|
String |
getDescription() |
XWPFPictureData |
getPictureData()
Get the PictureData of the Picture, if present.
|
void |
setPictureReference(PackageRelationship rel)
Link Picture with PictureData
|
public XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture ctPic,
XWPFRun run)
public void setPictureReference(PackageRelationship rel)
rel - public org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture getCTPicture()
public XWPFPictureData getPictureData()
public String getDescription()
Copyright © 2020. All rights reserved.