IOleDiagramOptions
Leave feedback
On this page
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IImportDocumentOptions, com.groupdocs.merger.domain.options.interfaces.ISizeOptions
public interface IOleDiagramOptions extends IImportDocumentOptions, ISizeOptions
Interface for import options of the embedded document to Diagram via OLE.
| Method | Description |
|---|---|
| getX() | The X coordinate of the embedded object shape’s pin (center of rotation) in relation to the page. |
| setX(int value) | The X coordinate of the embedded object shape’s pin (center of rotation) in relation to the page. |
| getY() | The Y coordinate of the embedded object shape’s pin (center of rotation) in relation to the page. |
| setY(int value) | The Y coordinate of the embedded object shape’s pin (center of rotation) in relation to the page. |
| getImageData() | The image data of the embedded object. |
public abstract int getX()
The X coordinate of the embedded object shape’s pin (center of rotation) in relation to the page.
Returns: int
public abstract void setX(int value)
The X coordinate of the embedded object shape’s pin (center of rotation) in relation to the page.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getY()
The Y coordinate of the embedded object shape’s pin (center of rotation) in relation to the page.
Returns: int
public abstract void setY(int value)
The Y coordinate of the embedded object shape’s pin (center of rotation) in relation to the page.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract byte[] getImageData()
The image data of the embedded object.
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.