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 CTMediaBookmarkList bmkLst  
    protected java.lang.String embed  
    protected CTExtensionList extLst  
    protected CTMediaFade fade  
    protected java.lang.String link  
    protected CTMediaTrim trim  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTMedia()  
  • Method Summary

    Modifier and Type Method Description
    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.
    CTMediaBookmarkList getBmkLst()
    Gets the value of the bmkLst property.
    java.lang.String getEmbed()
    Embedded Picture Reference
    CTExtensionList getExtLst()
    Gets the value of the extLst property.
    CTMediaFade getFade()
    Gets the value of the fade property.
    java.lang.String getLink()
    Linked Picture Reference
    java.lang.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​(java.lang.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​(java.lang.String value)
    Sets the value of the link property.
    void setParent​(java.lang.Object parent)  
    void setTrim​(CTMediaTrim value)
    Sets the value of the trim property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getTrim

      public CTMediaTrim getTrim()
      Gets the value of the trim property.
      Returns:
      possible object is CTMediaTrim
    • setTrim

      public void setTrim​(CTMediaTrim value)
      Sets the value of the trim property.
      Parameters:
      value - allowed object is CTMediaTrim
    • getFade

      public CTMediaFade getFade()
      Gets the value of the fade property.
      Returns:
      possible object is CTMediaFade
    • setFade

      public void setFade​(CTMediaFade value)
      Sets the value of the fade property.
      Parameters:
      value - allowed object is CTMediaFade
    • getBmkLst

      public CTMediaBookmarkList getBmkLst()
      Gets the value of the bmkLst property.
      Returns:
      possible object is CTMediaBookmarkList
    • setBmkLst

      public void setBmkLst​(CTMediaBookmarkList value)
      Sets the value of the bmkLst property.
      Parameters:
      value - allowed object is CTMediaBookmarkList
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • 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 is String
    • 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 is String
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.