java.lang.Object
com.independentsoft.office.spreadsheet.externalLinks.ExternalLink

public class ExternalLink extends Object
The Class ExternalLink.
  • Constructor Details

    • ExternalLink

      public ExternalLink()
      Instantiates a new external link.
    • ExternalLink

      public ExternalLink(byte[] buffer, Relationship relationship) throws XMLStreamException
      Instantiates a new external link.
      Parameters:
      buffer - the buffer
      relationship - the relationship
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • clone

      public ExternalLink clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getDdeLink

      public DdeLink getDdeLink()
      Gets the dde link.
      Returns:
      the dde link
    • setDdeLink

      public void setDdeLink(DdeLink ddeLink)
      Sets the dde link.
      Parameters:
      ddeLink - the new dde link
    • getExternalWorkbook

      public ExternalWorkbook getExternalWorkbook()
      Gets the external workbook.
      Returns:
      the external workbook
    • setExternalWorkbook

      public void setExternalWorkbook(ExternalWorkbook externalWorkbook)
      Sets the external workbook.
      Parameters:
      externalWorkbook - the new external workbook
    • getOleLink

      public OleLink getOleLink()
      Gets the ole link.
      Returns:
      the ole link
    • setOleLink

      public void setOleLink(OleLink oleLink)
      Sets the ole link.
      Parameters:
      oleLink - the new ole link