public interface IOleDiagramOptions extends IImportDocumentOptions, ISizeOptions
Interface for import options of the embedded document to Diagram via OLE.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getImageData()
The image data of the embedded object.
|
int |
getX()
The X coordinate of the embedded object shape's pin (center of rotation) in relation to the page.
|
int |
getY()
The Y coordinate of the embedded object shape's pin (center of rotation) in relation to the page.
|
void |
setX(int value)
The X coordinate of the embedded object shape's pin (center of rotation) in relation to the page.
|
void |
setY(int value)
The Y coordinate of the embedded object shape's pin (center of rotation) in relation to the page.
|
getExtension, getObjectData, getPageNumbergetHeight, getWidth, setHeight, setWidthbyte[] getImageData()
The image data of the embedded object.
int getX()
The X coordinate of the embedded object shape's pin (center of rotation) in relation to the page.
int getY()
The Y coordinate of the embedded object shape's pin (center of rotation) in relation to the page.
void setX(int value)
The X coordinate of the embedded object shape's pin (center of rotation) in relation to the page.
void setY(int value)
The Y coordinate of the embedded object shape's pin (center of rotation) in relation to the page.
Copyright © 2025. All rights reserved.