All Superinterfaces:
XmlObject, XmlTokenSource

public interface LinkAttribute extends XmlObject
A document containing one link(@http://schemas.openxmlformats.org/officeDocument/2006/relationships) attribute. This is a complex type.
  • Field Details

  • Method Details

    • getLink

      String getLink()
      Gets the "link" attribute
    • xgetLink

      STRelationshipId xgetLink()
      Gets (as xml) the "link" attribute
    • isSetLink

      boolean isSetLink()
      True if has "link" attribute
    • setLink

      void setLink(String link)
      Sets the "link" attribute
    • xsetLink

      void xsetLink(STRelationshipId link)
      Sets (as xml) the "link" attribute
    • unsetLink

      void unsetLink()
      Unsets the "link" attribute