Class CTMedia
java.lang.Object
org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main.CTMedia
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTMediaBookmarkListprotected Stringprotected CTExtensionListprotected CTMediaFadeprotected Stringprotected CTMediaTrim -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the bmkLst property.getEmbed()Embedded Picture ReferenceGets the value of the extLst property.getFade()Gets the value of the fade property.getLink()Linked Picture ReferenceGets the parent object in the object tree representing the unmarshalled xml document.getTrim()Gets the value of the trim property.voidsetBmkLst(CTMediaBookmarkList value) Sets the value of the bmkLst property.voidSets 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.voidSets the value of the link property.voidvoidsetTrim(CTMediaTrim value) Sets the value of the trim property.
-
Field Details
-
trim
-
fade
-
bmkLst
-
extLst
-
embed
-
link
-
-
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
Embedded Picture Reference- Returns:
- possible object is
String
-
setEmbed
Sets the value of the embed property.- Parameters:
value- allowed object isString
-
getLink
Linked Picture Reference- Returns:
- possible object is
String
-
setLink
Sets the value of the link property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-