Class ExternalLink
java.lang.Object
com.independentsoft.office.spreadsheet.externalLinks.ExternalLink
The Class ExternalLink.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new external link.ExternalLink(byte[] buffer, Relationship relationship)Instantiates a new external link. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the dde link.Gets the external workbook.Gets the ole link.voidsetDdeLink(DdeLink ddeLink)Sets the dde link.voidsetExternalWorkbook(ExternalWorkbook externalWorkbook)Sets the external workbook.voidsetOleLink(OleLink oleLink)Sets the ole link.toString()
-
Constructor Details
-
ExternalLink
public ExternalLink()Instantiates a new external link. -
ExternalLink
Instantiates a new external link.- Parameters:
buffer- the bufferrelationship- the relationship- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getDdeLink
Gets the dde link.- Returns:
- the dde link
-
setDdeLink
Sets the dde link.- Parameters:
ddeLink- the new dde link
-
getExternalWorkbook
Gets the external workbook.- Returns:
- the external workbook
-
setExternalWorkbook
Sets the external workbook.- Parameters:
externalWorkbook- the new external workbook
-
getOleLink
Gets the ole link.- Returns:
- the ole link
-
setOleLink
Sets the ole link.- Parameters:
oleLink- the new ole link
-