public interface IOleWordProcessingOptions extends IImportDocumentOptions, ISizeOptions
Interface for import options of the embedded document to Word processing via OLE.
Modifier and Type | Method and Description |
---|---|
byte[] |
getImageData()
The data of the Ole object image.
|
int |
getLeft()
The left coordinate of the Ole object image.
|
int |
getTop()
The top coordinate of the Ole object image.
|
void |
setLeft(int value)
The left coordinate of the Ole object image.
|
void |
setTop(int value)
The top coordinate of the Ole object image.
|
getExtension, getObjectData, getPageNumber
getHeight, getWidth, setHeight, setWidth
byte[] getImageData()
The data of the Ole object image.
int getLeft()
The left coordinate of the Ole object image.
int getTop()
The top coordinate of the Ole object image.
void setLeft(int value)
The left coordinate of the Ole object image.
void setTop(int value)
The top coordinate of the Ole object image.