Interface CTSlideLayout
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTSlideLayout extends XmlObject
An XML CT_SlideLayout(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTSlideLayout.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTColorMappingOverride
addNewClrMapOvr()
Appends and returns a new empty "clrMapOvr" elementCTCommonSlideData
addNewCSld()
Appends and returns a new empty "cSld" elementCTExtensionListModify
addNewExtLst()
Appends and returns a new empty "extLst" elementCTHeaderFooter
addNewHf()
Appends and returns a new empty "hf" elementCTSlideTiming
addNewTiming()
Appends and returns a new empty "timing" elementCTSlideTransition
addNewTransition()
Appends and returns a new empty "transition" elementCTColorMappingOverride
getClrMapOvr()
Gets the "clrMapOvr" elementCTCommonSlideData
getCSld()
Gets the "cSld" elementCTExtensionListModify
getExtLst()
Gets the "extLst" elementCTHeaderFooter
getHf()
Gets the "hf" elementjava.lang.String
getMatchingName()
Gets the "matchingName" attributeboolean
getPreserve()
Gets the "preserve" attributeboolean
getShowMasterPhAnim()
Gets the "showMasterPhAnim" attributeboolean
getShowMasterSp()
Gets the "showMasterSp" attributeCTSlideTiming
getTiming()
Gets the "timing" elementCTSlideTransition
getTransition()
Gets the "transition" elementSTSlideLayoutType.Enum
getType()
Gets the "type" attributeboolean
getUserDrawn()
Gets the "userDrawn" attributeboolean
isSetClrMapOvr()
True if has "clrMapOvr" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHf()
True if has "hf" elementboolean
isSetMatchingName()
True if has "matchingName" attributeboolean
isSetPreserve()
True if has "preserve" attributeboolean
isSetShowMasterPhAnim()
True if has "showMasterPhAnim" attributeboolean
isSetShowMasterSp()
True if has "showMasterSp" attributeboolean
isSetTiming()
True if has "timing" elementboolean
isSetTransition()
True if has "transition" elementboolean
isSetType()
True if has "type" attributeboolean
isSetUserDrawn()
True if has "userDrawn" attributevoid
setClrMapOvr(CTColorMappingOverride clrMapOvr)
Sets the "clrMapOvr" elementvoid
setCSld(CTCommonSlideData cSld)
Sets the "cSld" elementvoid
setExtLst(CTExtensionListModify extLst)
Sets the "extLst" elementvoid
setHf(CTHeaderFooter hf)
Sets the "hf" elementvoid
setMatchingName(java.lang.String matchingName)
Sets the "matchingName" attributevoid
setPreserve(boolean preserve)
Sets the "preserve" attributevoid
setShowMasterPhAnim(boolean showMasterPhAnim)
Sets the "showMasterPhAnim" attributevoid
setShowMasterSp(boolean showMasterSp)
Sets the "showMasterSp" attributevoid
setTiming(CTSlideTiming timing)
Sets the "timing" elementvoid
setTransition(CTSlideTransition transition)
Sets the "transition" elementvoid
setType(STSlideLayoutType.Enum type)
Sets the "type" attributevoid
setUserDrawn(boolean userDrawn)
Sets the "userDrawn" attributevoid
unsetClrMapOvr()
Unsets the "clrMapOvr" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHf()
Unsets the "hf" elementvoid
unsetMatchingName()
Unsets the "matchingName" attributevoid
unsetPreserve()
Unsets the "preserve" attributevoid
unsetShowMasterPhAnim()
Unsets the "showMasterPhAnim" attributevoid
unsetShowMasterSp()
Unsets the "showMasterSp" attributevoid
unsetTiming()
Unsets the "timing" elementvoid
unsetTransition()
Unsets the "transition" elementvoid
unsetType()
Unsets the "type" attributevoid
unsetUserDrawn()
Unsets the "userDrawn" attributeXmlString
xgetMatchingName()
Gets (as xml) the "matchingName" attributeXmlBoolean
xgetPreserve()
Gets (as xml) the "preserve" attributeXmlBoolean
xgetShowMasterPhAnim()
Gets (as xml) the "showMasterPhAnim" attributeXmlBoolean
xgetShowMasterSp()
Gets (as xml) the "showMasterSp" attributeSTSlideLayoutType
xgetType()
Gets (as xml) the "type" attributeXmlBoolean
xgetUserDrawn()
Gets (as xml) the "userDrawn" attributevoid
xsetMatchingName(XmlString matchingName)
Sets (as xml) the "matchingName" attributevoid
xsetPreserve(XmlBoolean preserve)
Sets (as xml) the "preserve" attributevoid
xsetShowMasterPhAnim(XmlBoolean showMasterPhAnim)
Sets (as xml) the "showMasterPhAnim" attributevoid
xsetShowMasterSp(XmlBoolean showMasterSp)
Sets (as xml) the "showMasterSp" attributevoid
xsetType(STSlideLayoutType type)
Sets (as xml) the "type" attributevoid
xsetUserDrawn(XmlBoolean userDrawn)
Sets (as xml) the "userDrawn" attribute-
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
-
getClrMapOvr
CTColorMappingOverride getClrMapOvr()
Gets the "clrMapOvr" element
-
isSetClrMapOvr
boolean isSetClrMapOvr()
True if has "clrMapOvr" element
-
setClrMapOvr
void setClrMapOvr(CTColorMappingOverride clrMapOvr)
Sets the "clrMapOvr" element
-
addNewClrMapOvr
CTColorMappingOverride addNewClrMapOvr()
Appends and returns a new empty "clrMapOvr" element
-
unsetClrMapOvr
void unsetClrMapOvr()
Unsets the "clrMapOvr" element
-
getTransition
CTSlideTransition getTransition()
Gets the "transition" element
-
isSetTransition
boolean isSetTransition()
True if has "transition" element
-
setTransition
void setTransition(CTSlideTransition transition)
Sets the "transition" element
-
addNewTransition
CTSlideTransition addNewTransition()
Appends and returns a new empty "transition" element
-
unsetTransition
void unsetTransition()
Unsets the "transition" element
-
getTiming
CTSlideTiming getTiming()
Gets the "timing" element
-
isSetTiming
boolean isSetTiming()
True if has "timing" element
-
setTiming
void setTiming(CTSlideTiming timing)
Sets the "timing" element
-
addNewTiming
CTSlideTiming addNewTiming()
Appends and returns a new empty "timing" element
-
unsetTiming
void unsetTiming()
Unsets the "timing" 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
-
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
-
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
void xsetShowMasterSp(XmlBoolean showMasterSp)
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
void xsetShowMasterPhAnim(XmlBoolean showMasterPhAnim)
Sets (as xml) the "showMasterPhAnim" attribute
-
unsetShowMasterPhAnim
void unsetShowMasterPhAnim()
Unsets the "showMasterPhAnim" attribute
-
getMatchingName
java.lang.String getMatchingName()
Gets the "matchingName" attribute
-
xgetMatchingName
XmlString xgetMatchingName()
Gets (as xml) the "matchingName" attribute
-
isSetMatchingName
boolean isSetMatchingName()
True if has "matchingName" attribute
-
setMatchingName
void setMatchingName(java.lang.String matchingName)
Sets the "matchingName" attribute
-
xsetMatchingName
void xsetMatchingName(XmlString matchingName)
Sets (as xml) the "matchingName" attribute
-
unsetMatchingName
void unsetMatchingName()
Unsets the "matchingName" attribute
-
getType
STSlideLayoutType.Enum getType()
Gets the "type" attribute
-
xgetType
STSlideLayoutType xgetType()
Gets (as xml) the "type" attribute
-
isSetType
boolean isSetType()
True if has "type" attribute
-
setType
void setType(STSlideLayoutType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STSlideLayoutType type)
Sets (as xml) the "type" attribute
-
unsetType
void unsetType()
Unsets the "type" attribute
-
getPreserve
boolean getPreserve()
Gets the "preserve" attribute
-
xgetPreserve
XmlBoolean xgetPreserve()
Gets (as xml) the "preserve" attribute
-
isSetPreserve
boolean isSetPreserve()
True if has "preserve" attribute
-
setPreserve
void setPreserve(boolean preserve)
Sets the "preserve" attribute
-
xsetPreserve
void xsetPreserve(XmlBoolean preserve)
Sets (as xml) the "preserve" attribute
-
unsetPreserve
void unsetPreserve()
Unsets the "preserve" attribute
-
getUserDrawn
boolean getUserDrawn()
Gets the "userDrawn" attribute
-
xgetUserDrawn
XmlBoolean xgetUserDrawn()
Gets (as xml) the "userDrawn" attribute
-
isSetUserDrawn
boolean isSetUserDrawn()
True if has "userDrawn" attribute
-
setUserDrawn
void setUserDrawn(boolean userDrawn)
Sets the "userDrawn" attribute
-
xsetUserDrawn
void xsetUserDrawn(XmlBoolean userDrawn)
Sets (as xml) the "userDrawn" attribute
-
unsetUserDrawn
void unsetUserDrawn()
Unsets the "userDrawn" attribute
-
-