public class CTAnimationProperties extends Object implements Child
Java class for CT_AnimationProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AnimationProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_AnimationName" default="" />
<attribute name="length" use="required" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_UniversalTimeOffset" />
<attribute name="count" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_PlayCount" default="1" />
<attribute name="auto" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="offset" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_UniversalTimeOffset" default="0" />
<attribute name="st" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_UniversalTimeOffset" default="0" />
<attribute name="end" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_UniversalTimeOffset" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
auto |
protected String |
count |
protected String |
end |
protected CTOfficeArtExtensionList |
extLst |
protected String |
length |
protected String |
name |
protected String |
offset |
protected String |
st |
| Constructor and Description |
|---|
CTAnimationProperties() |
| 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.
|
String |
getCount()
Gets the value of the count property.
|
String |
getEnd()
Gets the value of the end property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getLength()
Gets the value of the length property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOffset()
Gets the value of the offset property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getSt()
Gets the value of the st property.
|
boolean |
isAuto()
Gets the value of the auto property.
|
void |
setAuto(Boolean value)
Sets the value of the auto property.
|
void |
setCount(String value)
Sets the value of the count property.
|
void |
setEnd(String value)
Sets the value of the end property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setLength(String value)
Sets the value of the length property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOffset(String value)
Sets the value of the offset property.
|
void |
setParent(Object parent) |
void |
setSt(String value)
Sets the value of the st property.
|
protected CTOfficeArtExtensionList extLst
protected String name
protected String length
protected String count
protected Boolean auto
protected String offset
protected String st
protected String end
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLength()
Stringpublic void setLength(String value)
value - allowed object is
Stringpublic String getCount()
Stringpublic void setCount(String value)
value - allowed object is
Stringpublic boolean isAuto()
Booleanpublic void setAuto(Boolean value)
value - allowed object is
Booleanpublic String getOffset()
Stringpublic void setOffset(String value)
value - allowed object is
Stringpublic void setSt(String value)
value - allowed object is
Stringpublic String getEnd()
Stringpublic void setEnd(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-2022. All Rights Reserved.