@Beta public final class XSLFObjectData extends org.apache.poi.ooxml.POIXMLDocumentPart implements ObjectData
| Constructor and Description |
|---|
XSLFObjectData(PackagePart part)
Construct XSLFOleData from a package part
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
InputStream |
getInputStream()
Gets an input stream which returns the binary of the embedded data.
|
String |
getOLE2ClassName() |
OutputStream |
getOutputStream() |
void |
setData(byte[] data) |
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, isCommitted, setCommited, setCommitted, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBytes, getDirectory, hasDirectoryEntrypublic XSLFObjectData(PackagePart part)
part - the package part holding the ole datapublic InputStream getInputStream() throws IOException
ObjectDatagetInputStream in interface ObjectDataIOExceptionpublic OutputStream getOutputStream() throws IOException
getOutputStream in interface ObjectDataIOExceptionpublic void setData(byte[] data)
throws IOException
IOExceptionpublic String getOLE2ClassName()
getOLE2ClassName in interface ObjectDatapublic String getFileName()
getFileName in interface ObjectDataCopyright © 2010 - 2020 Adobe. All Rights Reserved