public interface DEmbeddedObject extends DBase
| Modifier and Type | Field and Description |
|---|---|
static int |
EMBED_ATTACHMENT
Type of embedded object: attachment.
|
static int |
EMBED_OBJECT
Type of embedded object: object.
|
static int |
EMBED_OBJECTLINK
Type of embedded object: object link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
extractFile(String path)
Writes a file attachment to storage.
|
String |
getName()
The name used to reference an file attachment (or object, object link).
|
String |
getSource()
For an object or object link, returns the internal name for the source
document.
|
int |
getType()
Read-only.
|
void |
remove()
Removes an object, object link, or file attachment.
|
static final int EMBED_OBJECTLINK
static final int EMBED_OBJECT
static final int EMBED_ATTACHMENT
void extractFile(String path)
path - The path and file name where you want to store the extracted
file.void remove()
String getName()
String getSource()
int getType()
EMBED_OBJECT,
EMBED_OBJECTLINK or
EMBED_ATTACHMENT)Copyright © 2005–2020. All rights reserved.