Interface StorageDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface StorageDocument
    extends XmlObject
    A document containing one storage(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes) element. This is a complex type.
    • Method Detail

      • getStorage

        byte[] getStorage()
        Gets the "storage" element
      • xgetStorage

        XmlBase64Binary xgetStorage()
        Gets (as xml) the "storage" element
      • setStorage

        void setStorage​(byte[] storage)
        Sets the "storage" element
      • xsetStorage

        void xsetStorage​(XmlBase64Binary storage)
        Sets (as xml) the "storage" element