IOleWordProcessingOptions
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.
Methods
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. |
getLeft()
public abstract int getLeft()
The left coordinate of the Ole object image.
Returns: int
setLeft(int value)
public abstract void setLeft(int value)
The left coordinate of the Ole object image.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getTop()
public abstract int getTop()
The top coordinate of the Ole object image.
Returns: int
setTop(int value)
public abstract void setTop(int value)
The top coordinate of the Ole object image.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getImageData()
public abstract byte[] getImageData()
The data of the Ole object image.
Returns: byte[]