Interface CTTLByHslColorTransform

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTTLByHslColorTransform extends XmlObject
An XML CT_TLByHslColorTransform(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getH

      int getH()
      Gets the "h" attribute
    • xgetH

      STAngle xgetH()
      Gets (as xml) the "h" attribute
    • setH

      void setH(int h)
      Sets the "h" attribute
    • xsetH

      void xsetH(STAngle h)
      Sets (as xml) the "h" attribute
    • getS

      Object getS()
      Gets the "s" attribute
    • xgetS

      Gets (as xml) the "s" attribute
    • setS

      void setS(Object s)
      Sets the "s" attribute
    • xsetS

      void xsetS(STFixedPercentage s)
      Sets (as xml) the "s" attribute
    • getL

      Object getL()
      Gets the "l" attribute
    • xgetL

      Gets (as xml) the "l" attribute
    • setL

      void setL(Object l)
      Sets the "l" attribute
    • xsetL

      void xsetL(STFixedPercentage l)
      Sets (as xml) the "l" attribute