Interface CTSlideMasterTextStyles

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTSlideMasterTextStyles
    extends XmlObject
    An XML CT_SlideMasterTextStyles(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
    • Method Detail

      • getTitleStyle

        CTTextListStyle getTitleStyle()
        Gets the "titleStyle" element
      • isSetTitleStyle

        boolean isSetTitleStyle()
        True if has "titleStyle" element
      • setTitleStyle

        void setTitleStyle​(CTTextListStyle titleStyle)
        Sets the "titleStyle" element
      • addNewTitleStyle

        CTTextListStyle addNewTitleStyle()
        Appends and returns a new empty "titleStyle" element
      • unsetTitleStyle

        void unsetTitleStyle()
        Unsets the "titleStyle" element
      • getBodyStyle

        CTTextListStyle getBodyStyle()
        Gets the "bodyStyle" element
      • isSetBodyStyle

        boolean isSetBodyStyle()
        True if has "bodyStyle" element
      • setBodyStyle

        void setBodyStyle​(CTTextListStyle bodyStyle)
        Sets the "bodyStyle" element
      • addNewBodyStyle

        CTTextListStyle addNewBodyStyle()
        Appends and returns a new empty "bodyStyle" element
      • unsetBodyStyle

        void unsetBodyStyle()
        Unsets the "bodyStyle" element
      • getOtherStyle

        CTTextListStyle getOtherStyle()
        Gets the "otherStyle" element
      • isSetOtherStyle

        boolean isSetOtherStyle()
        True if has "otherStyle" element
      • setOtherStyle

        void setOtherStyle​(CTTextListStyle otherStyle)
        Sets the "otherStyle" element
      • addNewOtherStyle

        CTTextListStyle addNewOtherStyle()
        Appends and returns a new empty "otherStyle" element
      • unsetOtherStyle

        void unsetOtherStyle()
        Unsets the "otherStyle" element
      • isSetExtLst

        boolean isSetExtLst()
        True if has "extLst" element
      • setExtLst

        void setExtLst​(CTExtensionList extLst)
        Sets the "extLst" element
      • addNewExtLst

        CTExtensionList addNewExtLst()
        Appends and returns a new empty "extLst" element
      • unsetExtLst

        void unsetExtLst()
        Unsets the "extLst" element