pictureshape-ag凯发旗舰厅



com.spire.presentation
class pictureshape

java.lang.object
  extended by com.spire.presentation.pictureshape
all implemented interfaces:
iactivepresentation, islidecomponent

public class pictureshape
extends java.lang.object
implements islidecomponent

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

pictureshape

public pictureshape( elem,
                    islidecomponent parent)

pictureshape

public pictureshape(islidecomponent parent)

pictureshape

public pictureshape(islidecomponent parent,
                    pictureshape pic)
method detail

getembedimage

public iimagedata getembedimage()
gets the embedded image. read/write .
returns:

setembedimage

public void setembedimage(iimagedata value)
                   throws documenteditexception
sets the embedded image. read/write .
throws:
documenteditexception

geturl

public java.lang.string geturl()
gets linked image's url. read/write .
returns:

seturl

public void seturl(java.lang.string value)
sets linked image's url. read/write .

gettransparency

public int gettransparency()
gets or sets the transparency of a picture fill.
returns:
the value ranges from 0 to 100.

settransparency

public void settransparency(int value)
sets the transparency of a picture fill.

getslide

public activeslide getslide()
gets the parent slide of a picture. read-only .
specified by:
getslide in interface islidecomponent
returns:

getpresentation

public presentation getpresentation()
returns the parent presentation of a picture. read-only .
specified by:
getpresentation in interface iactivepresentation
returns:
throws:
java.lang.exception


网站地图