All Superinterfaces:
XmlObject, XmlTokenSource

public interface OstorageDocument extends XmlObject
A document containing one ostorage(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes) element. This is a complex type.
  • Field Details

  • Method Details

    • getOstorage

      byte[] getOstorage()
      Gets the "ostorage" element
    • xgetOstorage

      XmlBase64Binary xgetOstorage()
      Gets (as xml) the "ostorage" element
    • setOstorage

      void setOstorage(byte[] ostorage)
      Sets the "ostorage" element
    • xsetOstorage

      void xsetOstorage(XmlBase64Binary ostorage)
      Sets (as xml) the "ostorage" element