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.
  • Field Details

  • Method Details

    • getV

      String getV()
      Gets the "v" element
    • xgetV

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetV()
      Gets (as xml) the "v" element
    • setV

      void setV(String v)
      Sets the "v" element
    • xsetV

      void xsetV(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring v)
      Sets (as xml) the "v" element
    • getIdx

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

      XmlUnsignedInt xgetIdx()
      Gets (as xml) the "idx" attribute
    • setIdx

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

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