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.
  • Field Details

  • Method Details

    • getError

      String getError()
      Gets the "error" element
    • xgetError

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

      void setError(String error)
      Sets the "error" element
    • xsetError

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