public class ExcelEmbeddedObject extends Object
ExcelWorksheet.getEmbeddedObjects()
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
Gets the content type of the embedded object data.
|
InputStream |
getData()
Gets the embedded object data.
|
ExcelDrawingPosition |
getPosition()
Gets the position of this embedded object in the worksheet.
|
String |
toString()
Returns a
String that represents this ExcelEmbeddedObject instance. |
public String getContentType()
public InputStream getData()
public ExcelDrawingPosition getPosition()
public String toString()
String
that represents this ExcelEmbeddedObject
instance.
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
© GemBox Ltd. — All rights reserved.