public class SldMaster 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_TopLevelSlide"/> <element name="sldLayoutIdLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_SlideLayoutIdList" 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="hf" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_HeaderFooter" minOccurs="0"/> <element name="txStyles" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_SlideMasterTextStyles" minOccurs="0"/> <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/> </sequence> <attribute name="preserve" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTColorMapping |
clrMap |
protected CommonSlideData |
cSld |
protected CTExtensionListModify |
extLst |
protected CTHeaderFooter |
hf |
protected Boolean |
preserve |
protected SlideLayoutIdList |
sldLayoutIdLst |
protected CTSlideTiming |
timing |
protected CTSlideTransition |
transition |
protected CTSlideMasterTextStyles |
txStyles |
Constructor and Description |
---|
SldMaster() |
Modifier and Type | Method and Description |
---|---|
CTColorMapping |
getClrMap()
Gets the value of the clrMap property.
|
CommonSlideData |
getCSld()
Gets the value of the cSld property.
|
CTExtensionListModify |
getExtLst()
Gets the value of the extLst property.
|
CTHeaderFooter |
getHf()
Gets the value of the hf property.
|
SlideLayoutIdList |
getSldLayoutIdLst()
Gets the value of the sldLayoutIdLst property.
|
CTSlideTiming |
getTiming()
Gets the value of the timing property.
|
CTSlideTransition |
getTransition()
Gets the value of the transition property.
|
CTSlideMasterTextStyles |
getTxStyles()
Gets the value of the txStyles property.
|
boolean |
isPreserve()
Gets the value of the preserve property.
|
void |
setClrMap(CTColorMapping value)
Sets the value of the clrMap property.
|
void |
setCSld(CommonSlideData value)
Sets the value of the cSld property.
|
void |
setExtLst(CTExtensionListModify value)
Sets the value of the extLst property.
|
void |
setHf(CTHeaderFooter value)
Sets the value of the hf property.
|
void |
setPreserve(Boolean value)
Sets the value of the preserve property.
|
void |
setSldLayoutIdLst(SlideLayoutIdList value)
Sets the value of the sldLayoutIdLst property.
|
void |
setTiming(CTSlideTiming value)
Sets the value of the timing property.
|
void |
setTransition(CTSlideTransition value)
Sets the value of the transition property.
|
void |
setTxStyles(CTSlideMasterTextStyles value)
Sets the value of the txStyles property.
|
protected CommonSlideData cSld
protected CTColorMapping clrMap
protected SlideLayoutIdList sldLayoutIdLst
protected CTSlideTransition transition
protected CTSlideTiming timing
protected CTHeaderFooter hf
protected CTSlideMasterTextStyles txStyles
protected CTExtensionListModify extLst
protected Boolean preserve
public CommonSlideData getCSld()
CommonSlideData
public void setCSld(CommonSlideData value)
value
- allowed object is
CommonSlideData
public CTColorMapping getClrMap()
CTColorMapping
public void setClrMap(CTColorMapping value)
value
- allowed object is
CTColorMapping
public SlideLayoutIdList getSldLayoutIdLst()
SlideLayoutIdList
public void setSldLayoutIdLst(SlideLayoutIdList value)
value
- allowed object is
SlideLayoutIdList
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 CTHeaderFooter getHf()
CTHeaderFooter
public void setHf(CTHeaderFooter value)
value
- allowed object is
CTHeaderFooter
public CTSlideMasterTextStyles getTxStyles()
CTSlideMasterTextStyles
public void setTxStyles(CTSlideMasterTextStyles value)
value
- allowed object is
CTSlideMasterTextStyles
public CTExtensionListModify getExtLst()
CTExtensionListModify
public void setExtLst(CTExtensionListModify value)
value
- allowed object is
CTExtensionListModify
public boolean isPreserve()
Boolean
Copyright © 2007-2019. All Rights Reserved.