Interface BlobDocument

  • 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.
    • Method Detail

      • getBlob

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

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

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