Interface CTTLCommandBehavior

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • isSetType

        boolean isSetType()
        True if has "type" attribute
      • xsetType

        void xsetType​(STTLCommandType type)
        Sets (as xml) the "type" attribute
      • unsetType

        void unsetType()
        Unsets the "type" attribute
      • getCmd

        java.lang.String getCmd()
        Gets the "cmd" attribute
      • xgetCmd

        XmlString xgetCmd()
        Gets (as xml) the "cmd" attribute
      • isSetCmd

        boolean isSetCmd()
        True if has "cmd" attribute
      • setCmd

        void setCmd​(java.lang.String cmd)
        Sets the "cmd" attribute
      • xsetCmd

        void xsetCmd​(XmlString cmd)
        Sets (as xml) the "cmd" attribute
      • unsetCmd

        void unsetCmd()
        Unsets the "cmd" attribute