|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface iaudio
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. |
audiocd |
getaudiocd()
gets setting of cd. |
clickhyperlink |
getclick()
gets or sets the hyperlink defined for mouse click. |
iaudiodata |
getdata()
gets or sets embedded audio data. |
effectdag |
geteffectdag()
gets the effectformat object which contains pixel effects applied to a shape. |
java.lang.string |
getfilename()
gets the name of an audio file. |
fillformat |
getfill()
gets the fillformat object that contains fill formatting properties for a shape. |
graphicframe |
getframe()
gets the shape frame's properties. |
float |
getheight()
gets the height of the shape. |
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. |
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. |
audioplaymode |
getplaymode()
gets the audio play mode. |
presentation |
getpresentation()
|
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()
gets 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 |
isembedded()
indicates whether a sound is embedded to a presentation. |
boolean |
ishidden()
indicates whether the shape is hidden. |
void |
ishidden(boolean value)
|
boolean |
isloop()
indicates whether an audio is looped. |
void |
isloop(boolean value)
|
boolean |
isplaceholder()
indicates whether the shape is placeholder. |
boolean |
isplayinbackground()
whether the audio plays in the background. |
void |
isplayinbackground(boolean isplayinbackground)
|
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 |
setdata(iaudiodata value)
sets embedded audio data. |
void |
setfilename(java.lang.string value)
sets the name of an audio file. |
void |
setframe(graphicframe value)
sets the shape frame's properties. |
void |
setheight(float value)
sets the height of the shape. |
void |
setleft(double value)
sets the x-coordinate of the upper-left corner of the shape. |
void |
setmouseover(clickhyperlink value)
sets the hyperlink defined for mouse over. |
void |
setname(java.lang.string value)
sets the name of a shape. |
void |
setplaymode(audioplaymode value)
sets the audio play mode. |
void |
setrotation(float value)
sets the number of degrees the specified shape is rotated around the z-axis. |
void |
setshapetype(shapetype value)
sets the autoshape type. |
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 |
---|
audiovolumetype getvolume()
void setvolume(audiovolumetype value)
audioplaymode getplaymode()
void setplaymode(audioplaymode value) throws appexception
appexception
boolean isloop()
void isloop(boolean value)
boolean isembedded()
java.lang.string getfilename()
void setfilename(java.lang.string value)
iaudiodata getdata()
void setdata(iaudiodata value) throws documenteditexception
documenteditexception
audiocd getaudiocd()
pictureframelockex getshapelocking()
shapetype getshapetype()
void setshapetype(shapetype value)
picturefillformat getpicturefill()
shapestyleex getshapestyle()
shapeadjustcollection getadjustments()
boolean isplaceholder()
isplaceholder
in interface ishape
placeholderex getplaceholder()
getplaceholder
in interface ishape
tagcollection gettagslist()
gettagslist
in interface ishape
graphicframe getframe()
getframe
in interface ishape
void setframe(graphicframe value)
setframe
in interface ishape
textlineformat getline()
getline
in interface ishape
formatthreed getthreed()
getthreed
in interface ishape
effectdag geteffectdag()
geteffectdag
in interface ishape
fillformat getfill()
getfill
in interface ishape
clickhyperlink getclick()
getclick
in interface ishape
void setclick(clickhyperlink value)
setclick
in interface ishape
clickhyperlink getmouseover()
getmouseover
in interface ishape
void setmouseover(clickhyperlink value)
setmouseover
in interface ishape
boolean ishidden()
ishidden
in interface ishape
void ishidden(boolean value)
ishidden
in interface ishape
boolean isplayinbackground()
void isplayinbackground(boolean isplayinbackground)
activeslide getparent()
getparent
in interface ishape
int getzorderposition()
getzorderposition
in interface ishape
void setzorderposition(int zorderposition)
setzorderposition
in interface ishape
zorderposition
- float getrotation()
getrotation
in interface ishape
void setrotation(float value)
setrotation
in interface ishape
float getleft()
getleft
in interface ishape
void setleft(double value)
setleft
in interface ishape
float gettop()
gettop
in interface ishape
void settop(double value)
settop
in interface ishape
float getwidth()
getwidth
in interface ishape
void setwidth(float value)
setwidth
in interface ishape
float getheight()
getheight
in interface ishape
void setheight(float value)
setheight
in interface ishape
java.lang.string getalternativetext()
getalternativetext
in interface ishape
void setalternativetext(java.lang.string value)
setalternativetext
in interface ishape
java.lang.string getname()
getname
in interface ishape
void setname(java.lang.string value)
setname
in interface ishape
activeslide getslide()
getslide
in interface ishape
presentation getpresentation()
getpresentation
in interface ishape
void removeplaceholder()
removeplaceholder
in interface ishape
void dispose()
dispose
in interface ishape
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |