Interface CTStrVal

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getV

        java.lang.String getV()
        Gets the "v" element
      • xgetV

        STXstring xgetV()
        Gets (as xml) the "v" element
      • setV

        void setV​(java.lang.String v)
        Sets the "v" element
      • xsetV

        void xsetV​(STXstring v)
        Sets (as xml) the "v" element
      • getIdx

        long getIdx()
        Gets the "idx" attribute
      • setIdx

        void setIdx​(long idx)
        Sets the "idx" attribute
      • xsetIdx

        void xsetIdx​(XmlUnsignedInt idx)
        Sets (as xml) the "idx" attribute