Interface CTTLAnimateRotationBehavior

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getBy

        int getBy()
        Gets the "by" attribute
      • xgetBy

        STAngle xgetBy()
        Gets (as xml) the "by" attribute
      • isSetBy

        boolean isSetBy()
        True if has "by" attribute
      • setBy

        void setBy​(int by)
        Sets the "by" attribute
      • xsetBy

        void xsetBy​(STAngle by)
        Sets (as xml) the "by" attribute
      • unsetBy

        void unsetBy()
        Unsets the "by" attribute
      • getFrom

        int getFrom()
        Gets the "from" attribute
      • xgetFrom

        STAngle xgetFrom()
        Gets (as xml) the "from" attribute
      • isSetFrom

        boolean isSetFrom()
        True if has "from" attribute
      • setFrom

        void setFrom​(int from)
        Sets the "from" attribute
      • xsetFrom

        void xsetFrom​(STAngle from)
        Sets (as xml) the "from" attribute
      • unsetFrom

        void unsetFrom()
        Unsets the "from" attribute
      • getTo

        int getTo()
        Gets the "to" attribute
      • xgetTo

        STAngle xgetTo()
        Gets (as xml) the "to" attribute
      • isSetTo

        boolean isSetTo()
        True if has "to" attribute
      • setTo

        void setTo​(int to)
        Sets the "to" attribute
      • xsetTo

        void xsetTo​(STAngle to)
        Sets (as xml) the "to" attribute
      • unsetTo

        void unsetTo()
        Unsets the "to" attribute