Interface CTNotesSlide
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_NotesSlide(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTNotesSlide> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "clrMapOvr" elementAppends and returns a new empty "cSld" elementAppends and returns a new empty "extLst" elementGets the "clrMapOvr" elementgetCSld()Gets the "cSld" elementGets the "extLst" elementbooleanGets the "showMasterPhAnim" attributebooleanGets the "showMasterSp" attributebooleanTrue if has "clrMapOvr" elementbooleanTrue if has "extLst" elementbooleanTrue if has "showMasterPhAnim" attributebooleanTrue if has "showMasterSp" attributevoidsetClrMapOvr(CTColorMappingOverride clrMapOvr) Sets the "clrMapOvr" elementvoidsetCSld(CTCommonSlideData cSld) Sets the "cSld" elementvoidsetExtLst(CTExtensionListModify extLst) Sets the "extLst" elementvoidsetShowMasterPhAnim(boolean showMasterPhAnim) Sets the "showMasterPhAnim" attributevoidsetShowMasterSp(boolean showMasterSp) Sets the "showMasterSp" attributevoidUnsets the "clrMapOvr" elementvoidUnsets the "extLst" elementvoidUnsets the "showMasterPhAnim" attributevoidUnsets the "showMasterSp" attributeGets (as xml) the "showMasterPhAnim" attributeGets (as xml) the "showMasterSp" attributevoidxsetShowMasterPhAnim(XmlBoolean showMasterPhAnim) Sets (as xml) the "showMasterPhAnim" attributevoidxsetShowMasterSp(XmlBoolean showMasterSp) Sets (as xml) the "showMasterSp" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getCSld
CTCommonSlideData getCSld()Gets the "cSld" element -
setCSld
Sets the "cSld" element -
addNewCSld
CTCommonSlideData addNewCSld()Appends and returns a new empty "cSld" element -
getClrMapOvr
CTColorMappingOverride getClrMapOvr()Gets the "clrMapOvr" element -
isSetClrMapOvr
boolean isSetClrMapOvr()True if has "clrMapOvr" element -
setClrMapOvr
Sets the "clrMapOvr" element -
addNewClrMapOvr
CTColorMappingOverride addNewClrMapOvr()Appends and returns a new empty "clrMapOvr" element -
unsetClrMapOvr
void unsetClrMapOvr()Unsets the "clrMapOvr" element -
getExtLst
CTExtensionListModify getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionListModify addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getShowMasterSp
boolean getShowMasterSp()Gets the "showMasterSp" attribute -
xgetShowMasterSp
XmlBoolean xgetShowMasterSp()Gets (as xml) the "showMasterSp" attribute -
isSetShowMasterSp
boolean isSetShowMasterSp()True if has "showMasterSp" attribute -
setShowMasterSp
void setShowMasterSp(boolean showMasterSp) Sets the "showMasterSp" attribute -
xsetShowMasterSp
Sets (as xml) the "showMasterSp" attribute -
unsetShowMasterSp
void unsetShowMasterSp()Unsets the "showMasterSp" attribute -
getShowMasterPhAnim
boolean getShowMasterPhAnim()Gets the "showMasterPhAnim" attribute -
xgetShowMasterPhAnim
XmlBoolean xgetShowMasterPhAnim()Gets (as xml) the "showMasterPhAnim" attribute -
isSetShowMasterPhAnim
boolean isSetShowMasterPhAnim()True if has "showMasterPhAnim" attribute -
setShowMasterPhAnim
void setShowMasterPhAnim(boolean showMasterPhAnim) Sets the "showMasterPhAnim" attribute -
xsetShowMasterPhAnim
Sets (as xml) the "showMasterPhAnim" attribute -
unsetShowMasterPhAnim
void unsetShowMasterPhAnim()Unsets the "showMasterPhAnim" attribute
-