IOleWordProcessingOptions
Leave feedback
On this page
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IImportDocumentOptions, com.groupdocs.merger.domain.options.interfaces.ISizeOptions
public interface IOleWordProcessingOptions extends IImportDocumentOptions, ISizeOptions
Interface for import options of the embedded document to Word processing via OLE.
| Method | Description |
|---|---|
| getLeft() | The left coordinate of the Ole object image. |
| setLeft(int value) | The left coordinate of the Ole object image. |
| getTop() | The top coordinate of the Ole object image. |
| setTop(int value) | The top coordinate of the Ole object image. |
| getImageData() | The data of the Ole object image. |
public abstract int getLeft()
The left coordinate of the Ole object image.
Returns: int
public abstract void setLeft(int value)
The left coordinate of the Ole object image.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getTop()
The top coordinate of the Ole object image.
Returns: int
public abstract void setTop(int value)
The top coordinate of the Ole object image.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract byte[] getImageData()
The data of the Ole object image.
Returns: byte[]
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.