public class CTMedia extends Object implements Child
Java class for CT_Media complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Media">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="trim" type="{http://schemas.microsoft.com/office/powerpoint/2010/main}CT_MediaTrim" minOccurs="0"/>
<element name="fade" type="{http://schemas.microsoft.com/office/powerpoint/2010/main}CT_MediaFade" minOccurs="0"/>
<element name="bmkLst" type="{http://schemas.microsoft.com/office/powerpoint/2010/main}CT_MediaBookmarkList" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schemas.openxmlformats.org/drawingml/2006/main}AG_Blob"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTMediaBookmarkList |
bmkLst |
protected String |
embed |
protected CTExtensionList |
extLst |
protected CTMediaFade |
fade |
protected String |
link |
protected CTMediaTrim |
trim |
| Constructor and Description |
|---|
CTMedia() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTMediaBookmarkList |
getBmkLst()
Gets the value of the bmkLst property.
|
String |
getEmbed()
Embedded Picture Reference
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTMediaFade |
getFade()
Gets the value of the fade property.
|
String |
getLink()
Linked Picture Reference
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTMediaTrim |
getTrim()
Gets the value of the trim property.
|
void |
setBmkLst(CTMediaBookmarkList value)
Sets the value of the bmkLst property.
|
void |
setEmbed(String value)
Sets the value of the embed property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFade(CTMediaFade value)
Sets the value of the fade property.
|
void |
setLink(String value)
Sets the value of the link property.
|
void |
setParent(Object parent) |
void |
setTrim(CTMediaTrim value)
Sets the value of the trim property.
|
protected CTMediaTrim trim
protected CTMediaFade fade
protected CTMediaBookmarkList bmkLst
protected CTExtensionList extLst
protected String embed
protected String link
public CTMediaTrim getTrim()
CTMediaTrimpublic void setTrim(CTMediaTrim value)
value - allowed object is
CTMediaTrimpublic CTMediaFade getFade()
CTMediaFadepublic void setFade(CTMediaFade value)
value - allowed object is
CTMediaFadepublic CTMediaBookmarkList getBmkLst()
CTMediaBookmarkListpublic void setBmkLst(CTMediaBookmarkList value)
value - allowed object is
CTMediaBookmarkListpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic void setEmbed(String value)
value - allowed object is
Stringpublic void setLink(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.