Class CTTLIterateData

java.lang.Object
org.pptx4j.pml.CTTLIterateData
All Implemented Interfaces:
Child

public class CTTLIterateData extends Object implements 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 Details

  • Constructor Details

    • CTTLIterateData

      public CTTLIterateData()
  • Method Details

    • getTmAbs

      public CTTLIterateIntervalTime getTmAbs()
      Gets the value of the tmAbs property.
      Returns:
      possible object is CTTLIterateIntervalTime
    • setTmAbs

      public void setTmAbs(CTTLIterateIntervalTime value)
      Sets the value of the tmAbs property.
      Parameters:
      value - allowed object is CTTLIterateIntervalTime
    • getTmPct

      public CTTLIterateIntervalPercentage getTmPct()
      Gets the value of the tmPct property.
      Returns:
      possible object is CTTLIterateIntervalPercentage
    • setTmPct

      public void setTmPct(CTTLIterateIntervalPercentage value)
      Sets the value of the tmPct property.
      Parameters:
      value - allowed object is CTTLIterateIntervalPercentage
    • getType

      public STIterateType getType()
      Gets the value of the type property.
      Returns:
      possible object is STIterateType
    • setType

      public void setType(STIterateType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is STIterateType
    • isBackwards

      public boolean isBackwards()
      Gets the value of the backwards property.
      Returns:
      possible object is Boolean
    • setBackwards

      public void setBackwards(Boolean value)
      Sets the value of the backwards property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      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.