Interface StreamDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getStream

        byte[] getStream()
        Gets the "stream" element
      • xgetStream

        XmlBase64Binary xgetStream()
        Gets (as xml) the "stream" element
      • setStream

        void setStream​(byte[] stream)
        Sets the "stream" element
      • xsetStream

        void xsetStream​(XmlBase64Binary stream)
        Sets (as xml) the "stream" element