Package org.pptx4j.pml
Class CTShowProperties
java.lang.Object
org.pptx4j.pml.CTShowProperties
- All Implemented Interfaces:
Child
public class CTShowProperties extends java.lang.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 Summary
Fields Modifier and Type Field Description protected CTShowInfoBrowsebrowseprotected CTCustomShowIdcustShowprotected CTExtensionListextLstprotected CTShowInfoKioskkioskprotected java.lang.Booleanloopprotected CTColorpenClrprotected CTEmptypresentprotected java.lang.BooleanshowAnimationprotected java.lang.BooleanshowNarrationprotected CTEmptysldAllprotected CTIndexRangesldRgprotected java.lang.BooleanuseTimings -
Constructor Summary
Constructors Constructor Description CTShowProperties() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTShowInfoBrowsegetBrowse()Gets the value of the browse property.CTCustomShowIdgetCustShow()Gets the value of the custShow property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTShowInfoKioskgetKiosk()Gets the value of the kiosk property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTColorgetPenClr()Gets the value of the penClr property.CTEmptygetPresent()Gets the value of the present property.CTEmptygetSldAll()Gets the value of the sldAll property.CTIndexRangegetSldRg()Gets the value of the sldRg property.booleanisLoop()Gets the value of the loop property.booleanisShowAnimation()Gets the value of the showAnimation property.booleanisShowNarration()Gets the value of the showNarration property.booleanisUseTimings()Gets the value of the useTimings property.voidsetBrowse(CTShowInfoBrowse value)Sets the value of the browse property.voidsetCustShow(CTCustomShowId value)Sets the value of the custShow property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetKiosk(CTShowInfoKiosk value)Sets the value of the kiosk property.voidsetLoop(java.lang.Boolean value)Sets the value of the loop property.voidsetParent(java.lang.Object parent)voidsetPenClr(CTColor value)Sets the value of the penClr property.voidsetPresent(CTEmpty value)Sets the value of the present property.voidsetShowAnimation(java.lang.Boolean value)Sets the value of the showAnimation property.voidsetShowNarration(java.lang.Boolean value)Sets the value of the showNarration property.voidsetSldAll(CTEmpty value)Sets the value of the sldAll property.voidsetSldRg(CTIndexRange value)Sets the value of the sldRg property.voidsetUseTimings(java.lang.Boolean value)Sets the value of the useTimings property.
-
Field Details
-
present
-
browse
-
kiosk
-
sldAll
-
sldRg
-
custShow
-
penClr
-
extLst
-
loop
protected java.lang.Boolean loop -
showNarration
protected java.lang.Boolean showNarration -
showAnimation
protected java.lang.Boolean showAnimation -
useTimings
protected java.lang.Boolean useTimings
-
-
Constructor Details
-
CTShowProperties
public CTShowProperties()
-
-
Method Details
-
getPresent
Gets the value of the present property.- Returns:
- possible object is
CTEmpty
-
setPresent
Sets the value of the present property.- Parameters:
value- allowed object isCTEmpty
-
getBrowse
Gets the value of the browse property.- Returns:
- possible object is
CTShowInfoBrowse
-
setBrowse
Sets the value of the browse property.- Parameters:
value- allowed object isCTShowInfoBrowse
-
getKiosk
Gets the value of the kiosk property.- Returns:
- possible object is
CTShowInfoKiosk
-
setKiosk
Sets the value of the kiosk property.- Parameters:
value- allowed object isCTShowInfoKiosk
-
getSldAll
Gets the value of the sldAll property.- Returns:
- possible object is
CTEmpty
-
setSldAll
Sets the value of the sldAll property.- Parameters:
value- allowed object isCTEmpty
-
getSldRg
Gets the value of the sldRg property.- Returns:
- possible object is
CTIndexRange
-
setSldRg
Sets the value of the sldRg property.- Parameters:
value- allowed object isCTIndexRange
-
getCustShow
Gets the value of the custShow property.- Returns:
- possible object is
CTCustomShowId
-
setCustShow
Sets the value of the custShow property.- Parameters:
value- allowed object isCTCustomShowId
-
getPenClr
Gets the value of the penClr property.- Returns:
- possible object is
CTColor
-
setPenClr
Sets the value of the penClr property.- Parameters:
value- allowed object isCTColor
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
isLoop
public boolean isLoop()Gets the value of the loop property.- Returns:
- possible object is
Boolean
-
setLoop
public void setLoop(java.lang.Boolean value)Sets the value of the loop property.- Parameters:
value- allowed object isBoolean
-
isShowNarration
public boolean isShowNarration()Gets the value of the showNarration property.- Returns:
- possible object is
Boolean
-
setShowNarration
public void setShowNarration(java.lang.Boolean value)Sets the value of the showNarration property.- Parameters:
value- allowed object isBoolean
-
isShowAnimation
public boolean isShowAnimation()Gets the value of the showAnimation property.- Returns:
- possible object is
Boolean
-
setShowAnimation
public void setShowAnimation(java.lang.Boolean value)Sets the value of the showAnimation property.- Parameters:
value- allowed object isBoolean
-
isUseTimings
public boolean isUseTimings()Gets the value of the useTimings property.- Returns:
- possible object is
Boolean
-
setUseTimings
public void setUseTimings(java.lang.Boolean value)Sets the value of the useTimings property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.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.
-