Class CTShowProperties

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

public class CTShowProperties extends Object implements Child

Java class for CT_ShowProperties complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_ShowProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <group ref="{http://schemas.openxmlformats.org/presentationml/2006/main}EG_ShowType" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/presentationml/2006/main}EG_SlideListChoice" minOccurs="0"/>
         <element name="penClr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="loop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="showNarration" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="showAnimation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="useTimings" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTShowProperties

      public CTShowProperties()
  • Method Details

    • getPresent

      public CTEmpty getPresent()
      Gets the value of the present property.
      Returns:
      possible object is CTEmpty
    • setPresent

      public void setPresent(CTEmpty value)
      Sets the value of the present property.
      Parameters:
      value - allowed object is CTEmpty
    • getBrowse

      public CTShowInfoBrowse getBrowse()
      Gets the value of the browse property.
      Returns:
      possible object is CTShowInfoBrowse
    • setBrowse

      public void setBrowse(CTShowInfoBrowse value)
      Sets the value of the browse property.
      Parameters:
      value - allowed object is CTShowInfoBrowse
    • getKiosk

      public CTShowInfoKiosk getKiosk()
      Gets the value of the kiosk property.
      Returns:
      possible object is CTShowInfoKiosk
    • setKiosk

      public void setKiosk(CTShowInfoKiosk value)
      Sets the value of the kiosk property.
      Parameters:
      value - allowed object is CTShowInfoKiosk
    • getSldAll

      public CTEmpty getSldAll()
      Gets the value of the sldAll property.
      Returns:
      possible object is CTEmpty
    • setSldAll

      public void setSldAll(CTEmpty value)
      Sets the value of the sldAll property.
      Parameters:
      value - allowed object is CTEmpty
    • getSldRg

      public CTIndexRange getSldRg()
      Gets the value of the sldRg property.
      Returns:
      possible object is CTIndexRange
    • setSldRg

      public void setSldRg(CTIndexRange value)
      Sets the value of the sldRg property.
      Parameters:
      value - allowed object is CTIndexRange
    • getCustShow

      public CTCustomShowId getCustShow()
      Gets the value of the custShow property.
      Returns:
      possible object is CTCustomShowId
    • setCustShow

      public void setCustShow(CTCustomShowId value)
      Sets the value of the custShow property.
      Parameters:
      value - allowed object is CTCustomShowId
    • getPenClr

      public CTColor getPenClr()
      Gets the value of the penClr property.
      Returns:
      possible object is CTColor
    • setPenClr

      public void setPenClr(CTColor value)
      Sets the value of the penClr property.
      Parameters:
      value - allowed object is CTColor
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • isLoop

      public boolean isLoop()
      Gets the value of the loop property.
      Returns:
      possible object is Boolean
    • setLoop

      public void setLoop(Boolean value)
      Sets the value of the loop property.
      Parameters:
      value - allowed object is Boolean
    • isShowNarration

      public boolean isShowNarration()
      Gets the value of the showNarration property.
      Returns:
      possible object is Boolean
    • setShowNarration

      public void setShowNarration(Boolean value)
      Sets the value of the showNarration property.
      Parameters:
      value - allowed object is Boolean
    • isShowAnimation

      public boolean isShowAnimation()
      Gets the value of the showAnimation property.
      Returns:
      possible object is Boolean
    • setShowAnimation

      public void setShowAnimation(Boolean value)
      Sets the value of the showAnimation property.
      Parameters:
      value - allowed object is Boolean
    • isUseTimings

      public boolean isUseTimings()
      Gets the value of the useTimings property.
      Returns:
      possible object is Boolean
    • setUseTimings

      public void setUseTimings(Boolean value)
      Sets the value of the useTimings 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.