public class ExternalLinksTable
extends org.apache.poi.ooxml.POIXMLDocumentPart
| Constructor and Description |
|---|
ExternalLinksTable() |
ExternalLinksTable(PackagePart part) |
| Modifier and Type | Method and Description |
|---|---|
CTExternalLink |
getCTExternalLink()
Returns the underlying xmlbeans object for the external
link table
|
List<Name> |
getDefinedNames() |
String |
getLinkedFileName()
Returns the last recorded name of the file that this
is linked to
|
List<String> |
getSheetNames() |
void |
readFrom(InputStream is) |
void |
setLinkedFileName(String target)
Updates the last recorded name for the file that this links to
|
void |
writeTo(OutputStream out) |
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, isCommitted, setCommited, setCommitted, toStringpublic ExternalLinksTable()
public ExternalLinksTable(PackagePart part) throws IOException
IOExceptionpublic void readFrom(InputStream is) throws IOException
IOExceptionpublic void writeTo(OutputStream out) throws IOException
IOExceptionpublic CTExternalLink getCTExternalLink()
public String getLinkedFileName()
public void setLinkedFileName(String target)
Copyright © 2010 - 2020 Adobe. All Rights Reserved