Interface CTDouble

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTDouble
    extends XmlObject
    An XML CT_Double(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
    • Method Detail

      • getVal

        double getVal()
        Gets the "val" attribute
      • xgetVal

        XmlDouble xgetVal()
        Gets (as xml) the "val" attribute
      • setVal

        void setVal​(double val)
        Sets the "val" attribute
      • xsetVal

        void xsetVal​(XmlDouble val)
        Sets (as xml) the "val" attribute