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>
| Modifier and Type | Field and Description |
|---|---|
protected CTShowInfoBrowse |
browse |
protected CTCustomShowId |
custShow |
protected CTExtensionList |
extLst |
protected CTShowInfoKiosk |
kiosk |
protected java.lang.Boolean |
loop |
protected CTColor |
penClr |
protected CTEmpty |
present |
protected java.lang.Boolean |
showAnimation |
protected java.lang.Boolean |
showNarration |
protected CTEmpty |
sldAll |
protected CTIndexRange |
sldRg |
protected java.lang.Boolean |
useTimings |
| Constructor and Description |
|---|
CTShowProperties() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
CTShowInfoBrowse |
getBrowse()
Gets the value of the browse property.
|
CTCustomShowId |
getCustShow()
Gets the value of the custShow property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTShowInfoKiosk |
getKiosk()
Gets the value of the kiosk property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTColor |
getPenClr()
Gets the value of the penClr property.
|
CTEmpty |
getPresent()
Gets the value of the present property.
|
CTEmpty |
getSldAll()
Gets the value of the sldAll property.
|
CTIndexRange |
getSldRg()
Gets the value of the sldRg property.
|
boolean |
isLoop()
Gets the value of the loop property.
|
boolean |
isShowAnimation()
Gets the value of the showAnimation property.
|
boolean |
isShowNarration()
Gets the value of the showNarration property.
|
boolean |
isUseTimings()
Gets the value of the useTimings property.
|
void |
setBrowse(CTShowInfoBrowse value)
Sets the value of the browse property.
|
void |
setCustShow(CTCustomShowId value)
Sets the value of the custShow property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setKiosk(CTShowInfoKiosk value)
Sets the value of the kiosk property.
|
void |
setLoop(java.lang.Boolean value)
Sets the value of the loop property.
|
void |
setParent(java.lang.Object parent) |
void |
setPenClr(CTColor value)
Sets the value of the penClr property.
|
void |
setPresent(CTEmpty value)
Sets the value of the present property.
|
void |
setShowAnimation(java.lang.Boolean value)
Sets the value of the showAnimation property.
|
void |
setShowNarration(java.lang.Boolean value)
Sets the value of the showNarration property.
|
void |
setSldAll(CTEmpty value)
Sets the value of the sldAll property.
|
void |
setSldRg(CTIndexRange value)
Sets the value of the sldRg property.
|
void |
setUseTimings(java.lang.Boolean value)
Sets the value of the useTimings property.
|
protected CTEmpty present
protected CTShowInfoBrowse browse
protected CTShowInfoKiosk kiosk
protected CTEmpty sldAll
protected CTIndexRange sldRg
protected CTCustomShowId custShow
protected CTColor penClr
protected CTExtensionList extLst
protected java.lang.Boolean loop
protected java.lang.Boolean showNarration
protected java.lang.Boolean showAnimation
protected java.lang.Boolean useTimings
public CTEmpty getPresent()
CTEmptypublic void setPresent(CTEmpty value)
value - allowed object is
CTEmptypublic CTShowInfoBrowse getBrowse()
CTShowInfoBrowsepublic void setBrowse(CTShowInfoBrowse value)
value - allowed object is
CTShowInfoBrowsepublic CTShowInfoKiosk getKiosk()
CTShowInfoKioskpublic void setKiosk(CTShowInfoKiosk value)
value - allowed object is
CTShowInfoKioskpublic CTEmpty getSldAll()
CTEmptypublic void setSldAll(CTEmpty value)
value - allowed object is
CTEmptypublic CTIndexRange getSldRg()
CTIndexRangepublic void setSldRg(CTIndexRange value)
value - allowed object is
CTIndexRangepublic CTCustomShowId getCustShow()
CTCustomShowIdpublic void setCustShow(CTCustomShowId value)
value - allowed object is
CTCustomShowIdpublic CTColor getPenClr()
CTColorpublic void setPenClr(CTColor value)
value - allowed object is
CTColorpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic boolean isLoop()
Booleanpublic void setLoop(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isShowNarration()
Booleanpublic void setShowNarration(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isShowAnimation()
Booleanpublic void setShowAnimation(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isUseTimings()
Booleanpublic void setUseTimings(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.