public class NotesMaster 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="hf" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_HeaderFooter" minOccurs="0"/>
<element name="notesStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextListStyle" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTColorMapping |
clrMap |
protected CommonSlideData |
cSld |
protected CTExtensionListModify |
extLst |
protected CTHeaderFooter |
hf |
protected CTTextListStyle |
notesStyle |
| Constructor and Description |
|---|
NotesMaster() |
| 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.
|
CTTextListStyle |
getNotesStyle()
Gets the value of the notesStyle 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 |
setNotesStyle(CTTextListStyle value)
Sets the value of the notesStyle property.
|
protected CommonSlideData cSld
protected CTColorMapping clrMap
protected CTHeaderFooter hf
protected CTTextListStyle notesStyle
protected CTExtensionListModify extLst
public CommonSlideData getCSld()
CommonSlideDatapublic void setCSld(CommonSlideData value)
value - allowed object is
CommonSlideDatapublic CTColorMapping getClrMap()
CTColorMappingpublic void setClrMap(CTColorMapping value)
value - allowed object is
CTColorMappingpublic CTHeaderFooter getHf()
CTHeaderFooterpublic void setHf(CTHeaderFooter value)
value - allowed object is
CTHeaderFooterpublic CTTextListStyle getNotesStyle()
CTTextListStylepublic void setNotesStyle(CTTextListStyle value)
value - allowed object is
CTTextListStylepublic CTExtensionListModify getExtLst()
CTExtensionListModifypublic void setExtLst(CTExtensionListModify value)
value - allowed object is
CTExtensionListModifyCopyright © 2007-2019. All Rights Reserved.