IOlePresentationOptions
Leave feedback
On this page
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IImportDocumentOptions, com.groupdocs.merger.domain.options.interfaces.ISizeOptions
public interface IOlePresentationOptions extends IImportDocumentOptions, ISizeOptions
Interface for import options of the embedded document to Presentation via OLE.
| Method | Description |
|---|---|
| getX() | The X coordinate of the embedded object frame. |
| setX(int value) | The X coordinate of the embedded object frame. |
| getY() | The Y coordinate of the embedded object frame. |
| setY(int value) | The Y coordinate of the embedded object frame. |
public abstract int getX()
The X coordinate of the embedded object frame.
Returns: int
public abstract void setX(int value)
The X coordinate of the embedded object frame.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getY()
The Y coordinate of the embedded object frame.
Returns: int
public abstract void setY(int value)
The Y coordinate of the embedded object frame.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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.