Interface SstDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface SstDocument
    extends XmlObject
    A document containing one sst(@http://schemas.openxmlformats.org/spreadsheetml/2006/main) element. This is a complex type.
    • Method Detail

      • getSst

        CTSst getSst()
        Gets the "sst" element
      • setSst

        void setSst​(CTSst sst)
        Sets the "sst" element
      • addNewSst

        CTSst addNewSst()
        Appends and returns a new empty "sst" element