All Superinterfaces:
XmlObject, XmlTokenSource

public interface ClsidDocument extends XmlObject
A document containing one clsid(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes) element. This is a complex type.
  • Field Details

  • Method Details

    • getClsid

      String getClsid()
      Gets the "clsid" element
    • xgetClsid

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetClsid()
      Gets (as xml) the "clsid" element
    • setClsid

      void setClsid(String clsid)
      Sets the "clsid" element
    • xsetClsid

      void xsetClsid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid clsid)
      Sets (as xml) the "clsid" element