Package org.pptx4j.pml
Class CTTLIterateData
java.lang.Object
org.pptx4j.pml.CTTLIterateData
- All Implemented Interfaces:
Child
Java class for CT_TLIterateData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLIterateData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="tmAbs" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLIterateIntervalTime"/>
<element name="tmPct" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLIterateIntervalPercentage"/>
</choice>
<attribute name="type" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_IterateType" default="el" />
<attribute name="backwards" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected CTTLIterateIntervalTimeprotected CTTLIterateIntervalPercentageprotected STIterateType -
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 parent object in the object tree representing the unmarshalled xml document.getTmAbs()Gets the value of the tmAbs property.getTmPct()Gets the value of the tmPct property.getType()Gets the value of the type property.booleanGets the value of the backwards property.voidsetBackwards(Boolean value) Sets the value of the backwards property.voidvoidsetTmAbs(CTTLIterateIntervalTime value) Sets the value of the tmAbs property.voidSets the value of the tmPct property.voidsetType(STIterateType value) Sets the value of the type property.
-
Field Details
-
tmAbs
-
tmPct
-
type
-
backwards
-
-
Constructor Details
-
CTTLIterateData
public CTTLIterateData()
-
-
Method Details
-
getTmAbs
Gets the value of the tmAbs property.- Returns:
- possible object is
CTTLIterateIntervalTime
-
setTmAbs
Sets the value of the tmAbs property.- Parameters:
value- allowed object isCTTLIterateIntervalTime
-
getTmPct
Gets the value of the tmPct property.- Returns:
- possible object is
CTTLIterateIntervalPercentage
-
setTmPct
Sets the value of the tmPct property.- Parameters:
value- allowed object isCTTLIterateIntervalPercentage
-
getType
Gets the value of the type property.- Returns:
- possible object is
STIterateType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTIterateType
-
isBackwards
public boolean isBackwards()Gets the value of the backwards property.- Returns:
- possible object is
Boolean
-
setBackwards
Sets the value of the backwards property.- Parameters:
value- allowed object isBoolean
-
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.
-