OLEObjectData
type OLEObjectData = object
Description
The OLE object data.
Properties
- Data
string
OLE object data (internal format).
- ImageData
string
An image in the base64 format stored in the OLE object and used by the plugin.
- ApplicationId
string
An identifier of the plugin which can edit the current OLE object and must be of the asc.{UUID} type.
- InternalId
string
The OLE object identifier which is used to work with OLE object added to the document.
- ParaDrawingId
string
An identifier of the drawing object containing the current OLE object.
- Width
number
The OLE object width measured in millimeters.
- Height
number
The OLE object height measured in millimeters.
- WidthPix
number
The OLE object image width in pixels.
- HeightPix
number
The OLE object image height in pixels.