public class XWPFPicture
extends java.lang.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
|
java.lang.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 java.lang.String getDescription()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.