Package org.pptx4j.pml
Class CTTLTimeTargetElement
java.lang.Object
org.pptx4j.pml.CTTLTimeTargetElement
- All Implemented Interfaces:
Child
Java class for CT_TLTimeTargetElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLTimeTargetElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="sldTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
<element name="sndTgt" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_EmbeddedWAVAudioFile"/>
<element name="spTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLShapeTargetElement"/>
<element name="inkTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLSubShapeId"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTTLSubShapeIdprotected CTEmptyprotected CTEmbeddedWAVAudioFileprotected CTTLShapeTargetElement -
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 inkTgt property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the sldTgt property.Gets the value of the sndTgt property.getSpTgt()Gets the value of the spTgt property.voidsetInkTgt(CTTLSubShapeId value) Sets the value of the inkTgt property.voidvoidSets the value of the sldTgt property.voidsetSndTgt(CTEmbeddedWAVAudioFile value) Sets the value of the sndTgt property.voidsetSpTgt(CTTLShapeTargetElement value) Sets the value of the spTgt property.
-
Field Details
-
sldTgt
-
sndTgt
-
spTgt
-
inkTgt
-
-
Constructor Details
-
CTTLTimeTargetElement
public CTTLTimeTargetElement()
-
-
Method Details
-
getSldTgt
Gets the value of the sldTgt property.- Returns:
- possible object is
CTEmpty
-
setSldTgt
Sets the value of the sldTgt property.- Parameters:
value- allowed object isCTEmpty
-
getSndTgt
Gets the value of the sndTgt property.- Returns:
- possible object is
CTEmbeddedWAVAudioFile
-
setSndTgt
Sets the value of the sndTgt property.- Parameters:
value- allowed object isCTEmbeddedWAVAudioFile
-
getSpTgt
Gets the value of the spTgt property.- Returns:
- possible object is
CTTLShapeTargetElement
-
setSpTgt
Sets the value of the spTgt property.- Parameters:
value- allowed object isCTTLShapeTargetElement
-
getInkTgt
Gets the value of the inkTgt property.- Returns:
- possible object is
CTTLSubShapeId
-
setInkTgt
Sets the value of the inkTgt property.- Parameters:
value- allowed object isCTTLSubShapeId
-
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.
-