public class CTTLTimeAnimateValue extends Object
Java class for CT_TLTimeAnimateValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLTimeAnimateValue"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="val" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariant" minOccurs="0"/> </sequence> <attribute name="tm" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeAnimateValueTime" default="indefinite" /> <attribute name="fmla" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
fmla |
protected String |
tm |
protected CTTLAnimVariant |
val |
Constructor and Description |
---|
CTTLTimeAnimateValue() |
Modifier and Type | Method and Description |
---|---|
String |
getFmla()
Gets the value of the fmla property.
|
String |
getTm()
Gets the value of the tm property.
|
CTTLAnimVariant |
getVal()
Gets the value of the val property.
|
void |
setFmla(String value)
Sets the value of the fmla property.
|
void |
setTm(String value)
Sets the value of the tm property.
|
void |
setVal(CTTLAnimVariant value)
Sets the value of the val property.
|
protected CTTLAnimVariant val
protected String tm
protected String fmla
public CTTLAnimVariant getVal()
CTTLAnimVariant
public void setVal(CTTLAnimVariant value)
value
- allowed object is
CTTLAnimVariant
public void setTm(String value)
value
- allowed object is
String
public String getFmla()
String
Copyright © 2007-2019. All Rights Reserved.