Interface CTNumRef

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getF

        java.lang.String getF()
        Gets the "f" element
      • xgetF

        XmlString xgetF()
        Gets (as xml) the "f" element
      • setF

        void setF​(java.lang.String f)
        Sets the "f" element
      • xsetF

        void xsetF​(XmlString f)
        Sets (as xml) the "f" element
      • getNumCache

        CTNumData getNumCache()
        Gets the "numCache" element
      • isSetNumCache

        boolean isSetNumCache()
        True if has "numCache" element
      • setNumCache

        void setNumCache​(CTNumData numCache)
        Sets the "numCache" element
      • addNewNumCache

        CTNumData addNewNumCache()
        Appends and returns a new empty "numCache" element
      • unsetNumCache

        void unsetNumCache()
        Unsets the "numCache" element
      • isSetExtLst

        boolean isSetExtLst()
        True if has "extLst" element
      • setExtLst

        void setExtLst​(CTExtensionList extLst)
        Sets the "extLst" element
      • addNewExtLst

        CTExtensionList addNewExtLst()
        Appends and returns a new empty "extLst" element
      • unsetExtLst

        void unsetExtLst()
        Unsets the "extLst" element