public class Embedding extends Object
| Constructor and Description |
|---|
Embedding(String mimeType,
String data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
String |
getDecodedData() |
String |
getEscapedDecodedData()
Returns encoded and escaped data so it is ready to display in HTML page.
|
String |
getExtension() |
String |
getFileId()
Returns file name without extension.
|
String |
getFileName() |
String |
getMimeType() |
public String getMimeType()
public String getData()
public String getDecodedData()
public String getEscapedDecodedData()
public String getFileName()
public String getFileId()
public String getExtension()
Copyright © 2016. All rights reserved.