All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getOblob

      byte[] getOblob()
      Gets the "oblob" element
    • xgetOblob

      XmlBase64Binary xgetOblob()
      Gets (as xml) the "oblob" element
    • setOblob

      void setOblob(byte[] oblob)
      Sets the "oblob" element
    • xsetOblob

      void xsetOblob(XmlBase64Binary oblob)
      Sets (as xml) the "oblob" element