Interface BstrDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getBstr

        java.lang.String getBstr()
        Gets the "bstr" element
      • xgetBstr

        XmlString xgetBstr()
        Gets (as xml) the "bstr" element
      • setBstr

        void setBstr​(java.lang.String bstr)
        Sets the "bstr" element
      • xsetBstr

        void xsetBstr​(XmlString bstr)
        Sets (as xml) the "bstr" element