Package org.pptx4j.pml
Class CTShowProperties
java.lang.Object
org.pptx4j.pml.CTShowProperties
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTShowInfoBrowseprotected CTCustomShowIdprotected CTExtensionListprotected CTShowInfoKioskprotected Booleanprotected CTColorprotected CTEmptyprotected Booleanprotected Booleanprotected CTEmptyprotected CTIndexRangeprotected Boolean -
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 value of the browse property.Gets the value of the custShow property.Gets the value of the extLst property.getKiosk()Gets the value of the kiosk property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the penClr property.Gets the value of the present property.Gets the value of the sldAll property.getSldRg()Gets the value of the sldRg property.booleanisLoop()Gets the value of the loop property.booleanGets the value of the showAnimation property.booleanGets the value of the showNarration property.booleanGets 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.voidSets the value of the loop property.voidvoidSets the value of the penClr property.voidsetPresent(CTEmpty value) Sets the value of the present property.voidsetShowAnimation(Boolean value) Sets the value of the showAnimation property.voidsetShowNarration(Boolean value) Sets the value of the showNarration property.voidSets the value of the sldAll property.voidsetSldRg(CTIndexRange value) Sets the value of the sldRg property.voidsetUseTimings(Boolean value) Sets the value of the useTimings property.
-
Field Details
-
present
-
browse
-
kiosk
-
sldAll
-
sldRg
-
custShow
-
penClr
-
extLst
-
loop
-
showNarration
-
showAnimation
-
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
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
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
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
Sets the value of the useTimings 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.
-