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.
  • Field Details

  • Method Details

    • getHue

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

      Gets (as xml) the "hue" attribute
    • isSetHue

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

      void setHue(int hue)
      Sets the "hue" attribute
    • xsetHue

      void xsetHue(STPositiveFixedAngle hue)
      Sets (as xml) the "hue" attribute
    • unsetHue

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

      Object getSat()
      Gets the "sat" attribute
    • xgetSat

      Gets (as xml) the "sat" attribute
    • isSetSat

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

      void setSat(Object sat)
      Sets the "sat" attribute
    • xsetSat

      void xsetSat(STFixedPercentage sat)
      Sets (as xml) the "sat" attribute
    • unsetSat

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

      Object getLum()
      Gets the "lum" attribute
    • xgetLum

      Gets (as xml) the "lum" attribute
    • isSetLum

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

      void setLum(Object lum)
      Sets the "lum" attribute
    • xsetLum

      void xsetLum(STFixedPercentage lum)
      Sets (as xml) the "lum" attribute
    • unsetLum

      void unsetLum()
      Unsets the "lum" attribute