public interface ObjectData extends SimpleShape
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getContentType() |
DirectoryEntry |
getDirectory()
Gets the object data.
|
java.lang.String |
getFileName() |
byte[] |
getObjectData() |
java.lang.String |
getOLE2ClassName() |
PictureData |
getPictureData() |
boolean |
hasDirectoryEntry() |
getShapeId
getAnchor, getParent, getShapeName, isNoFill, setFillColor, setLineStyleColor, setNoFill
byte[] getObjectData() throws java.io.IOException
java.io.IOException
boolean hasDirectoryEntry()
DirectoryEntry getDirectory() throws java.io.IOException
hasDirectoryEntry()
.
The caller has to close the corresponding POIFSFileSystemjava.io.IOException
- if there was an error reading the data.java.lang.String getOLE2ClassName()
java.lang.String getFileName()
PictureData getPictureData()
default java.lang.String getContentType()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.