OLEProperties
type OLEProperties = object
Description
The OLE object properties
Properties
- data
string
OLE object data (internal format).
- imgSrc
string
A link to the image (its visual representation) stored in the OLE object and used by the plugin.
- guid
string
An identifier of the plugin which can edit the current OLE object and must be of the asc.{UUID} type.
- 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.