public class Sld extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cSld" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_CommonSlideData"/> <group ref="{http://schemas.openxmlformats.org/presentationml/2006/main}EG_ChildSlide" minOccurs="0"/> <element name="transition" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_SlideTransition" minOccurs="0"/> <element name="timing" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_SlideTiming" minOccurs="0"/> <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/> </sequence> <attGroup ref="{http://schemas.openxmlformats.org/presentationml/2006/main}AG_ChildSlide"/> <attribute name="show" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTColorMappingOverride |
clrMapOvr |
protected CommonSlideData |
cSld |
protected CTExtensionListModify |
extLst |
protected Boolean |
show |
protected Boolean |
showMasterPhAnim |
protected Boolean |
showMasterSp |
protected CTSlideTiming |
timing |
protected CTSlideTransition |
transition |
Constructor and Description |
---|
Sld() |
Modifier and Type | Method and Description |
---|---|
CTColorMappingOverride |
getClrMapOvr()
Gets the value of the clrMapOvr property.
|
CommonSlideData |
getCSld()
Gets the value of the cSld property.
|
CTExtensionListModify |
getExtLst()
Gets the value of the extLst property.
|
CTSlideTiming |
getTiming()
Gets the value of the timing property.
|
CTSlideTransition |
getTransition()
Gets the value of the transition property.
|
boolean |
isShow()
Gets the value of the show property.
|
boolean |
isShowMasterPhAnim()
Gets the value of the showMasterPhAnim property.
|
boolean |
isShowMasterSp()
Gets the value of the showMasterSp property.
|
void |
setClrMapOvr(CTColorMappingOverride value)
Sets the value of the clrMapOvr property.
|
void |
setCSld(CommonSlideData value)
Sets the value of the cSld property.
|
void |
setExtLst(CTExtensionListModify value)
Sets the value of the extLst property.
|
void |
setShow(Boolean value)
Sets the value of the show property.
|
void |
setShowMasterPhAnim(Boolean value)
Sets the value of the showMasterPhAnim property.
|
void |
setShowMasterSp(Boolean value)
Sets the value of the showMasterSp property.
|
void |
setTiming(CTSlideTiming value)
Sets the value of the timing property.
|
void |
setTransition(CTSlideTransition value)
Sets the value of the transition property.
|
protected CommonSlideData cSld
protected CTColorMappingOverride clrMapOvr
protected CTSlideTransition transition
protected CTSlideTiming timing
protected CTExtensionListModify extLst
protected Boolean show
protected Boolean showMasterSp
protected Boolean showMasterPhAnim
public CommonSlideData getCSld()
CommonSlideData
public void setCSld(CommonSlideData value)
value
- allowed object is
CommonSlideData
public CTColorMappingOverride getClrMapOvr()
CTColorMappingOverride
public void setClrMapOvr(CTColorMappingOverride value)
value
- allowed object is
CTColorMappingOverride
public CTSlideTransition getTransition()
CTSlideTransition
public void setTransition(CTSlideTransition value)
value
- allowed object is
CTSlideTransition
public CTSlideTiming getTiming()
CTSlideTiming
public void setTiming(CTSlideTiming value)
value
- allowed object is
CTSlideTiming
public CTExtensionListModify getExtLst()
CTExtensionListModify
public void setExtLst(CTExtensionListModify value)
value
- allowed object is
CTExtensionListModify
public boolean isShow()
Boolean
public void setShow(Boolean value)
value
- allowed object is
Boolean
public boolean isShowMasterSp()
Boolean
public void setShowMasterSp(Boolean value)
value
- allowed object is
Boolean
public boolean isShowMasterPhAnim()
Boolean
Copyright © 2007-2019. All Rights Reserved.