Class CTMedia
java.lang.Object
org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main.CTMedia
- All Implemented Interfaces:
Child
public class CTMedia extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected CTMediaBookmarkListbmkLstprotected java.lang.Stringembedprotected CTExtensionListextLstprotected CTMediaFadefadeprotected java.lang.Stringlinkprotected CTMediaTrimtrim -
Constructor Summary
Constructors Constructor Description CTMedia() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTMediaBookmarkListgetBmkLst()Gets the value of the bmkLst property.java.lang.StringgetEmbed()Embedded Picture ReferenceCTExtensionListgetExtLst()Gets the value of the extLst property.CTMediaFadegetFade()Gets the value of the fade property.java.lang.StringgetLink()Linked Picture Referencejava.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTMediaTrimgetTrim()Gets the value of the trim property.voidsetBmkLst(CTMediaBookmarkList value)Sets the value of the bmkLst property.voidsetEmbed(java.lang.String value)Sets the value of the embed property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFade(CTMediaFade value)Sets the value of the fade property.voidsetLink(java.lang.String value)Sets the value of the link property.voidsetParent(java.lang.Object parent)voidsetTrim(CTMediaTrim value)Sets the value of the trim property.
-
Field Details
-
Constructor Details
-
CTMedia
public CTMedia()
-
-
Method Details
-
getTrim
Gets the value of the trim property.- Returns:
- possible object is
CTMediaTrim
-
setTrim
Sets the value of the trim property.- Parameters:
value- allowed object isCTMediaTrim
-
getFade
Gets the value of the fade property.- Returns:
- possible object is
CTMediaFade
-
setFade
Sets the value of the fade property.- Parameters:
value- allowed object isCTMediaFade
-
getBmkLst
Gets the value of the bmkLst property.- Returns:
- possible object is
CTMediaBookmarkList
-
setBmkLst
Sets the value of the bmkLst property.- Parameters:
value- allowed object isCTMediaBookmarkList
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getEmbed
public java.lang.String getEmbed()Embedded Picture Reference- Returns:
- possible object is
String
-
setEmbed
public void setEmbed(java.lang.String value)Sets the value of the embed property.- Parameters:
value- allowed object isString
-
getLink
public java.lang.String getLink()Linked Picture Reference- Returns:
- possible object is
String
-
setLink
public void setLink(java.lang.String value)Sets the value of the link property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-