IOlePresentationOptions
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.
Methods
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. |
getX()
public abstract int getX()
The X coordinate of the embedded object frame.
Returns: int
setX(int value)
public abstract void setX(int value)
The X coordinate of the embedded object frame.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getY()
public abstract int getY()
The Y coordinate of the embedded object frame.
Returns: int
setY(int value)
public abstract void setY(int value)
The Y coordinate of the embedded object frame.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |