Interface CTNotesMaster
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTNotesMaster extends XmlObject
An XML CT_NotesMaster(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTNotesMaster.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTColorMappingaddNewClrMap()Appends and returns a new empty "clrMap" elementCTCommonSlideDataaddNewCSld()Appends and returns a new empty "cSld" elementCTExtensionListModifyaddNewExtLst()Appends and returns a new empty "extLst" elementCTHeaderFooteraddNewHf()Appends and returns a new empty "hf" elementCTTextListStyleaddNewNotesStyle()Appends and returns a new empty "notesStyle" elementCTColorMappinggetClrMap()Gets the "clrMap" elementCTCommonSlideDatagetCSld()Gets the "cSld" elementCTExtensionListModifygetExtLst()Gets the "extLst" elementCTHeaderFootergetHf()Gets the "hf" elementCTTextListStylegetNotesStyle()Gets the "notesStyle" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetHf()True if has "hf" elementbooleanisSetNotesStyle()True if has "notesStyle" elementvoidsetClrMap(CTColorMapping clrMap)Sets the "clrMap" elementvoidsetCSld(CTCommonSlideData cSld)Sets the "cSld" elementvoidsetExtLst(CTExtensionListModify extLst)Sets the "extLst" elementvoidsetHf(CTHeaderFooter hf)Sets the "hf" elementvoidsetNotesStyle(CTTextListStyle notesStyle)Sets the "notesStyle" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetHf()Unsets the "hf" elementvoidunsetNotesStyle()Unsets the "notesStyle" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getCSld
CTCommonSlideData getCSld()
Gets the "cSld" element
-
setCSld
void setCSld(CTCommonSlideData cSld)
Sets the "cSld" element
-
addNewCSld
CTCommonSlideData addNewCSld()
Appends and returns a new empty "cSld" element
-
getClrMap
CTColorMapping getClrMap()
Gets the "clrMap" element
-
setClrMap
void setClrMap(CTColorMapping clrMap)
Sets the "clrMap" element
-
addNewClrMap
CTColorMapping addNewClrMap()
Appends and returns a new empty "clrMap" element
-
getHf
CTHeaderFooter getHf()
Gets the "hf" element
-
isSetHf
boolean isSetHf()
True if has "hf" element
-
setHf
void setHf(CTHeaderFooter hf)
Sets the "hf" element
-
addNewHf
CTHeaderFooter addNewHf()
Appends and returns a new empty "hf" element
-
unsetHf
void unsetHf()
Unsets the "hf" element
-
getNotesStyle
CTTextListStyle getNotesStyle()
Gets the "notesStyle" element
-
isSetNotesStyle
boolean isSetNotesStyle()
True if has "notesStyle" element
-
setNotesStyle
void setNotesStyle(CTTextListStyle notesStyle)
Sets the "notesStyle" element
-
addNewNotesStyle
CTTextListStyle addNewNotesStyle()
Appends and returns a new empty "notesStyle" element
-
unsetNotesStyle
void unsetNotesStyle()
Unsets the "notesStyle" element
-
getExtLst
CTExtensionListModify getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionListModify extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionListModify addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-