Interface OstreamDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getOstream

        byte[] getOstream()
        Gets the "ostream" element
      • xgetOstream

        XmlBase64Binary xgetOstream()
        Gets (as xml) the "ostream" element
      • setOstream

        void setOstream​(byte[] ostream)
        Sets the "ostream" element
      • xsetOstream

        void xsetOstream​(XmlBase64Binary ostream)
        Sets (as xml) the "ostream" element