|
|||||||||
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( 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( 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
documenteditexception
public 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 islidecomponent
public presentation getpresentation()
getpresentation
in interface iactivepresentation
java.lang.exception
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |