Interface MetadataDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface MetadataDocument extends XmlObject
A document containing one metadata(@http://schemas.openxmlformats.org/spreadsheetml/2006/main) element. This is a complex type.
  • Field Details

  • Method Details

    • getMetadata

      CTMetadata getMetadata()
      Gets the "metadata" element
    • setMetadata

      void setMetadata(CTMetadata metadata)
      Sets the "metadata" element
    • addNewMetadata

      CTMetadata addNewMetadata()
      Appends and returns a new empty "metadata" element