All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getBlob

      byte[] getBlob()
      Gets the "blob" element
    • xgetBlob

      XmlBase64Binary xgetBlob()
      Gets (as xml) the "blob" element
    • setBlob

      void setBlob(byte[] blob)
      Sets the "blob" element
    • xsetBlob

      void xsetBlob(XmlBase64Binary blob)
      Sets (as xml) the "blob" element