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.
  • 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
    • getAmt

      Object getAmt()
      Gets the "amt" attribute
    • xgetAmt

      Gets (as xml) the "amt" attribute
    • isSetAmt

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

      void setAmt(Object amt)
      Sets the "amt" attribute
    • xsetAmt

      void xsetAmt(STFixedPercentage amt)
      Sets (as xml) the "amt" attribute
    • unsetAmt

      void unsetAmt()
      Unsets the "amt" attribute