|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.PictureShape
public class PictureShape
Represents a picture in a presentation.
| Constructor Summary | |
|---|---|
PictureShape(ISlideComponent parent)
|
|
PictureShape(ISlideComponent parent,
PictureShape pic)
|
|
PictureShape(PptxBaseXmlElement elem,
ISlideComponent parent)
|
|
| Method Summary | |
|---|---|
IImageData |
getEmbedImage()
Gets the embedded image. |
Presentation |
getPresentation()
Returns the parent presentation of a picture. |
ActiveSlide |
getSlide()
Gets the parent slide of a picture. |
int |
getTransparency()
Gets or sets the Transparency of a picture fill. |
java.lang.String |
getUrl()
Gets linked image's URL. |
void |
setEmbedImage(IImageData value)
Sets the embedded image. |
void |
setTransparency(int value)
Sets the Transparency of a picture fill. |
void |
setUrl(java.lang.String value)
Sets linked image's URL. |
| Constructor Detail |
|---|
public PictureShape(PptxBaseXmlElement elem,
ISlideComponent parent)
public PictureShape(ISlideComponent parent)
public PictureShape(ISlideComponent parent,
PictureShape pic)
| Method Detail |
|---|
public IImageData getEmbedImage()
public void setEmbedImage(IImageData value)
throws DocumentEditException
DocumentEditExceptionpublic java.lang.String getUrl()
public void setUrl(java.lang.String value)
public int getTransparency()
public void setTransparency(int value)
public ActiveSlide getSlide()
getSlide in interface ISlideComponentpublic Presentation getPresentation()
getPresentation in interface IActivePresentationjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||