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.
    • Method Detail

      • 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

        int getS()
        Gets the "s" attribute
      • setS

        void setS​(int s)
        Sets the "s" attribute
      • getL

        int getL()
        Gets the "l" attribute
      • setL

        void setL​(int l)
        Sets the "l" attribute