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.
  • Field Details

  • Method Details

    • 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

      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

      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

      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(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

      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