Interface CTHSLEffect

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTHSLEffect
    extends XmlObject
    An XML CT_HSLEffect(@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
      • getSat

        int getSat()
        Gets the "sat" attribute
      • isSetSat

        boolean isSetSat()
        True if has "sat" attribute
      • setSat

        void setSat​(int sat)
        Sets the "sat" attribute
      • unsetSat

        void unsetSat()
        Unsets the "sat" attribute
      • getLum

        int getLum()
        Gets the "lum" attribute
      • isSetLum

        boolean isSetLum()
        True if has "lum" attribute
      • setLum

        void setLum​(int lum)
        Sets the "lum" attribute
      • unsetLum

        void unsetLum()
        Unsets the "lum" attribute