Interface ErrorDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getError

        java.lang.String getError()
        Gets the "error" element
      • xgetError

        STError xgetError()
        Gets (as xml) the "error" element
      • setError

        void setError​(java.lang.String error)
        Sets the "error" element
      • xsetError

        void xsetError​(STError error)
        Sets (as xml) the "error" element