IOleDiagramOptions
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.
Methods
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. |
getX()
public abstract int getX()
The X coordinate of the embedded object shape’s pin (center of rotation) in relation to the page.
Returns: int
setX(int value)
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 |
getY()
public abstract int getY()
The Y coordinate of the embedded object shape’s pin (center of rotation) in relation to the page.
Returns: int
setY(int value)
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 |
getImageData()
public abstract byte[] getImageData()
The image data of the embedded object.
Returns: byte[]