Interface CTTintEffect

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getHue

        int getHue()
        Gets the "hue" attribute
      • isSetHue

        boolean isSetHue()
        True if has "hue" attribute
      • setHue

        void setHue​(int hue)
        Sets the "hue" attribute
      • unsetHue

        void unsetHue()
        Unsets the "hue" attribute
      • getAmt

        int getAmt()
        Gets the "amt" attribute
      • isSetAmt

        boolean isSetAmt()
        True if has "amt" attribute
      • setAmt

        void setAmt​(int amt)
        Sets the "amt" attribute
      • unsetAmt

        void unsetAmt()
        Unsets the "amt" attribute