ivideo-ag凯发旗舰厅



com.spire.presentation
interface ivideo

all superinterfaces:
ishape

public interface ivideo
extends ishape

method summary
 void dispose()
          dispose object and free resources.
 shapeadjustcollection getadjustments()
          gets a collection of shape's adjustment values.
 java.lang.string getalternativetext()
          gets the alternative text associated with a shape.
 clickhyperlink getclick()
          gets the hyperlink defined for mouse click.
 effectdag geteffectdag()
          gets the effectformat object which contains pixel effects applied to a shape.
 videodata getembeddedvideodata()
          gets embedded video object.
 iimagedata getembedimage()
          gets an video image.
 fillformat getfill()
          gets the fillformat object that contains fill formatting properties for a shape.
 graphicframe getframe()
          gets the shape frame's properties.
 boolean getfullscreenmode()
          indicates whether a video is shown in full screen mode.
 float getheight()
          gets the height of the shape.
 boolean gethideatshowing()
          indicates whether an audioframe is hidden.
 float getleft()
          gets the x-coordinate of the upper-left corner of the shape.
 textlineformat getline()
          gets the lineformat object that contains line formatting properties for a shape.
 java.lang.string getlinkpathlong()
          gets the name of an audio file which is linked to a videoframe.
 clickhyperlink getmouseover()
          gets the hyperlink defined for mouse over.
 java.lang.string getname()
          gets the name of a shape.
 activeslide getparent()
          gets the parent slide of a shape.
 picturefillformat getpicturefill()
          gets the picturefillformat object.
 placeholderex getplaceholder()
          gets the placeholder for a shape.
 boolean getplayloopmode()
          indicates whether an audio is looped.
 videoplaymode getplaymode()
          gets the video play mode.
 presentation getpresentation()
           
 boolean getrewindvideo()
          indicates whether a video is automatically rewinded to start as soon as the movie has finished playing.
 float getrotation()
          gets the number of degrees the specified shape is rotated around the z-axis.
 pictureframelockex getshapelocking()
          gets shape's locks.
 shapestyleex getshapestyle()
          gets shape's style object.
 shapetype getshapetype()
          returns or sets the autoshape type.
 activeslide getslide()
          gets the parent slide of a shape.
 tagcollection gettagslist()
          gets the shape's tags collection.
 formatthreed getthreed()
          gets the threedformat object that 3d effect properties for a shape.
 float gettop()
          gets the y-coordinate of the upper-left corner of the shape.
 audiovolumetype getvolume()
          gets the audio volume.
 float getwidth()
          gets the width of the shape.
 int getzorderposition()
          gets the position of a shape in the z-order.
 boolean ishidden()
          indicates whether the shape is hidden.
 void ishidden(boolean value)
           
 boolean isplaceholder()
          indicates whether the shape is placeholder.
 void removeplaceholder()
          removes placeholder from the shape.
 void setalternativetext(java.lang.string value)
          sets the alternative text associated with a shape.
 void setclick(clickhyperlink value)
          sets the hyperlink defined for mouse click.
 void setembeddedvideodata(videodata value)
          sets embedded video object.
 void setembedimage(iimagedata value)
          sets an video image.
 void setframe(graphicframe value)
          sets the shape frame's properties.
 void setfullscreenmode(boolean value)
           
 void setheight(float value)
          sets the height of the shape.
 void sethideatshowing(boolean value)
           
 void setleft(double value)
          sets the x-coordinate of the upper-left corner of the shape.
 void setlinkpathlong(java.lang.string value)
          sets the name of an audio file which is linked to a videoframe.
 void setmouseover(clickhyperlink value)
          sets the hyperlink defined for mouse over.
 void setname(java.lang.string value)
          sets the name of a shape.
 void setplayloopmode(boolean value)
           
 void setplaymode(videoplaymode value)
          sets the video play mode.
 void setrewindvideo(boolean value)
           
 void setrotation(float value)
          sets the number of degrees the specified shape is rotated around the z-axis.
 void setshapetype(shapetype value)
           
 void settop(double value)
          sets the y-coordinate of the upper-left corner of the shape.
 void setvolume(audiovolumetype value)
          sets the audio volume.
 void setwidth(float value)
          sets the width of the shape.
 void setzorderposition(int zorderposition)
          sets the position of a shape in the z-order.
 
methods inherited from interface com.spire.presentation.ishape
getalternativetitle, getid, getlayoutprototype, insertchart, insertpicture, insertsmartart, inserttable, insertvideo, istextbox, setalternativetitle, setshapealignment, setshapearrange
 
method detail

getembedimage

iimagedata getembedimage()
gets an video image. read/write .
returns:

setembedimage

void setembedimage(iimagedata value)
                   throws documenteditexception
sets an video image. read/write .
throws:
documenteditexception

getrewindvideo

boolean getrewindvideo()
indicates whether a video is automatically rewinded to start as soon as the movie has finished playing. read/write .
returns:

setrewindvideo

void setrewindvideo(boolean value)

getplayloopmode

boolean getplayloopmode()
indicates whether an audio is looped. read/write .
returns:

setplayloopmode

void setplayloopmode(boolean value)

gethideatshowing

boolean gethideatshowing()
indicates whether an audioframe is hidden. read/write .
returns:

sethideatshowing

void sethideatshowing(boolean value)

getvolume

audiovolumetype getvolume()
gets the audio volume. read/write .
returns:

setvolume

void setvolume(audiovolumetype value)
sets the audio volume. read/write .

getplaymode

videoplaymode getplaymode()
gets the video play mode. read/write .
returns:

setplaymode

void setplaymode(videoplaymode value)
sets the video play mode. read/write .

getfullscreenmode

boolean getfullscreenmode()
indicates whether a video is shown in full screen mode. read/write .
returns:

setfullscreenmode

void setfullscreenmode(boolean value)

getlinkpathlong

java.lang.string getlinkpathlong()
gets the name of an audio file which is linked to a videoframe. read/write .
returns:

setlinkpathlong

void setlinkpathlong(java.lang.string value)
sets the name of an audio file which is linked to a videoframe. read/write .

getembeddedvideodata

videodata getembeddedvideodata()
gets embedded video object. read/write .
returns:

setembeddedvideodata

void setembeddedvideodata(videodata value)
                          throws documenteditexception
sets embedded video object. read/write .
throws:
documenteditexception

getshapelocking

pictureframelockex getshapelocking()
gets shape's locks. readonly .
returns:

getshapetype

shapetype getshapetype()
returns or sets the autoshape type.
returns:

setshapetype

void setshapetype(shapetype value)

getpicturefill

picturefillformat getpicturefill()
gets the picturefillformat object. read-only .
returns:

getshapestyle

shapestyleex getshapestyle()
gets shape's style object. read-only .
returns:

getadjustments

shapeadjustcollection getadjustments()
gets a collection of shape's adjustment values. readonly .
returns:

isplaceholder

boolean isplaceholder()
indicates whether the shape is placeholder. read-only .
specified by:
isplaceholder in interface ishape
returns:

getplaceholder

placeholderex getplaceholder()
gets the placeholder for a shape. read-only .
specified by:
getplaceholder in interface ishape
returns:

gettagslist

tagcollection gettagslist()
gets the shape's tags collection. read-only .
specified by:
gettagslist in interface ishape
returns:

getframe

graphicframe getframe()
gets the shape frame's properties. read/write .
specified by:
getframe in interface ishape
returns:

setframe

void setframe(graphicframe value)
sets the shape frame's properties. read/write .
specified by:
setframe in interface ishape

getline

textlineformat getline()
gets the lineformat object that contains line formatting properties for a shape. read-only .
specified by:
getline in interface ishape
returns:
can return null for certain types of shapes which don't have line properties.

getthreed

formatthreed getthreed()
gets the threedformat object that 3d effect properties for a shape. read-only .
specified by:
getthreed in interface ishape
returns:
can return null for certain types of shapes which don't have 3d properties.

geteffectdag

effectdag geteffectdag()
gets the effectformat object which contains pixel effects applied to a shape. read-only
specified by:
geteffectdag in interface ishape
returns:
can return null for certain types of shapes which don't have effect properties.

getfill

fillformat getfill()
gets the fillformat object that contains fill formatting properties for a shape. read-only .
specified by:
getfill in interface ishape
returns:
can return null for certain types of shapes which don't have fill properties.

getclick

clickhyperlink getclick()
gets the hyperlink defined for mouse click. read/write .
specified by:
getclick in interface ishape
returns:

setclick

void setclick(clickhyperlink value)
sets the hyperlink defined for mouse click. read/write .
specified by:
setclick in interface ishape

getmouseover

clickhyperlink getmouseover()
gets the hyperlink defined for mouse over. read/write .
specified by:
getmouseover in interface ishape
returns:

setmouseover

void setmouseover(clickhyperlink value)
sets the hyperlink defined for mouse over. read/write .
specified by:
setmouseover in interface ishape

ishidden

boolean ishidden()
indicates whether the shape is hidden. read/write .
specified by:
ishidden in interface ishape
returns:

ishidden

void ishidden(boolean value)
specified by:
ishidden in interface ishape

getparent

activeslide getparent()
gets the parent slide of a shape. read-only .
specified by:
getparent in interface ishape
returns:

getzorderposition

int getzorderposition()
gets the position of a shape in the z-order. read-only .
specified by:
getzorderposition in interface ishape
returns:
shapes[0] returns the shape at the back of the z-order, and shapes[shapes.count - 1] returns the shape at the front of the z-order.

setzorderposition

void setzorderposition(int zorderposition)
sets the position of a shape in the z-order.
specified by:
setzorderposition in interface ishape
parameters:
zorderposition -

getrotation

float getrotation()
gets the number of degrees the specified shape is rotated around the z-axis. a positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. read/write .
specified by:
getrotation in interface ishape
returns:

setrotation

void setrotation(float value)
sets the number of degrees the specified shape is rotated around the z-axis. a positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. read/write .
specified by:
setrotation in interface ishape

getleft

float getleft()
gets the x-coordinate of the upper-left corner of the shape. read/write .
specified by:
getleft in interface ishape
returns:

setleft

void setleft(double value)
sets the x-coordinate of the upper-left corner of the shape. read/write .
specified by:
setleft in interface ishape

gettop

float gettop()
gets the y-coordinate of the upper-left corner of the shape. read/write .
specified by:
gettop in interface ishape
returns:

settop

void settop(double value)
sets the y-coordinate of the upper-left corner of the shape. read/write .
specified by:
settop in interface ishape

getwidth

float getwidth()
gets the width of the shape. read/write .
specified by:
getwidth in interface ishape
returns:

setwidth

void setwidth(float value)
sets the width of the shape. read/write .
specified by:
setwidth in interface ishape

getheight

float getheight()
gets the height of the shape. read/write .
specified by:
getheight in interface ishape
returns:

setheight

void setheight(float value)
sets the height of the shape. read/write .
specified by:
setheight in interface ishape

getalternativetext

java.lang.string getalternativetext()
gets the alternative text associated with a shape. read/write .
specified by:
getalternativetext in interface ishape
returns:

setalternativetext

void setalternativetext(java.lang.string value)
sets the alternative text associated with a shape. read/write .
specified by:
setalternativetext in interface ishape

getname

java.lang.string getname()
gets the name of a shape. read/write .
specified by:
getname in interface ishape
returns:

setname

void setname(java.lang.string value)
sets the name of a shape. read/write .
specified by:
setname in interface ishape

getslide

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

getpresentation

presentation getpresentation()
specified by:
getpresentation in interface ishape

removeplaceholder

void removeplaceholder()
removes placeholder from the shape.
specified by:
removeplaceholder in interface ishape

dispose

void dispose()
dispose object and free resources.
specified by:
dispose in interface ishape


网站地图